I am trying to post a link to a page that includes a video using the jSDK FB.ui(method:'feed). I want the video to be playable within the feed so I include the source attr.
All works except the size of the video appears to be a default that is unfortunately wrong for my videos orientation.
However when I post a link to the page using the update box on facebook it works perfectly because it is fetching the height/width from the og meta tags on the page.
Is there any way to pass through the width and height of the source when making a post through FB.ui or FB.api
Thanks