Search code examples
pythonhtmlfacebookfacebook-graph-apifacebook-wall

html in facebook wall posts with graph api?


Does anyone know if I can create wall posts with html content using facebook's graph api? And if so, where I could find some documentation/examples? I don't see anything useful here: http://developers.facebook.com/docs/reference/api/post/

It would appear that I can do this using fbml, but it also appears that they're trying to phase out fbml...


Solution

  • The only option for customizing wall posts are an embedded image or video. You can't do HTML in the body so things like bold or italized texts are not possible. What exactly were you trying to do that it wouldn't allow?