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.

I know how to use Facebook Open Graph to create a wall post on any chosen member, however, I don't know how some applications post something like this:

Example:

The 'description' parameter contains 3 different urls. At first I thought they were posting HTML into the 'description' but it turned out Facebook blocks them in the first place.

Is there some hidden undocumented features of the Facebook API they are using? May be the old API had this but the new Open Graph doesnt?

The facebook app: http://www.facebook.com/apps/application.php?id=20678178440

Facebook Post entity: http://developers.facebook.com/docs/reference/api/post/

share|improve this question

1 Answer

Are you just looking to use HTML? The "default" Wall is plain text. As far as I know you need to install an app to add HTML to your FB wall. Check out the app Advanced Wall to get HTML functionality.

share|improve this answer
That's not what I meant, I want to post to a wall through my own APP that uses facebook open graph. – Korayem Mar 22 '11 at 18:11
See this for more info link – Korayem Mar 22 '11 at 18:12

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.