I was wondering what are Facebook limitations. My client wants such project:
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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, API provides it via
REST: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
Graph:http://developers.facebook.com/docs/reference/api/photo
http://developers.facebook.com/docs/reference/api/post