Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Facebook recently added link previews to user comments.

http://www.insidefacebook.com/2011/07/21/facebook-comment-previews/

My question: is there a way to display this link preview using any of the Facebook APIs and publish_stream permission? (Graph, rest, etc)?

I've tried posting a URL in the body of a comment using the Graph API /comments endpoint, but no link preview is shown.

The feature might still be too immature to allow this, but I'm wondering if any one has tried it and got it to work in some way.

share|improve this question
1  
Check this question. Similar one. stackoverflow.com/questions/9237525/… – Jeyara Feb 14 '12 at 5:06
I think the difference here is that I wanted to do it in the comment via the API, not via a post. – ricosrealm Feb 17 '12 at 4:22
@ricosrealm, did you come up with a solution? – Hertzel Guinness Feb 24 '12 at 22:54
no unfortunately... seems like an open issue... viewed 612 times. – ricosrealm Feb 25 '12 at 1:32

1 Answer

Sure. Just post a comment (for example) with youtube video and it will transfer to embed one

share|improve this answer
1  
Have you tested via the Graph API? I tried this but it didn't post the preview, just the link. – ricosrealm Aug 25 '11 at 0:59

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.