Is it possible to post on a friend's wall from an external source (a different website)?
I have a platform that manages birthdays, and I want the users to post a birthday wish/card on their friends wall without going into Facebook.
Is that possible?
|
Is it possible to post on a friend's wall from an external source (a different website)? I have a platform that manages birthdays, and I want the users to post a birthday wish/card on their friends wall without going into Facebook. Is that possible? |
||||
|
|
|
Sure. You need to get the publish_stream permission which according to the official docs:
You would then use whatever SDK your using (php/js/python/etc) to publish to https://graph.facebook.com/profile_id/feed parameters you could use in addition
|
|||
|
|