Hi I'm trying to attach a video from YouTube when publishing post on friend's wall. I'm using open graph plugin for Ruby on Rails https://github.com/jugend/fgraph but problem is rather related to params which I need to pass. Here's some code
fgraph_client.publish_feed(respondent.facebook_uid,
:name => "tezzzzzt",
:message => "tezzzzzzzzzzzzzzzzzzzt",
:picture => "http://i.ytimg.com/vi/RNuUgbUzM8U/2.jpg",
:link => "http://www.youtube.com/watch?v=RNuUgbUzM8U"
)
So video and image is propely attached, but when I click a video it opens directly in youtube but I'd like to have it played in Facebook's movies player first.