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 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?

share|improve this question
1  
I'm quite certain that there is no function in the Facebook API to merge the face of a user with a picture of a monkey. – FacticiusVir Oct 22 '10 at 0:23
I was more concerned about the #3 task. – Gajus Kuizinas Oct 22 '10 at 0:29

1 Answer

up vote 1 down vote accepted

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

share|improve this answer
Can I use IFRAME integration or XFBML is sufficient? – Gajus Kuizinas Oct 22 '10 at 1:00
Sure, you are free to choose any canvas type you want. – zerkms Oct 22 '10 at 1:29

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.