I was wondering what are Facebook limitations. My client wants such project:
3. App allows user to post photo on their facebook page and share it with their friends with a message.
Can Facebook API allow all these steps to be accomplished?
|
|
Yes, API provides it via http://developers.facebook.com/docs/reference/rest/photos.upload - to upload a photo http://developers.facebook.com/docs/reference/rest/stream.publish - to publish it on the user's wall Or the same with http://developers.facebook.com/docs/reference/api/photo |
|||||
|
|