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.

is there a code or what is the code used on this app to be posted on a Facebook account once log in?

once you finish the steps you can post the created app post the image on your Facebook page

sample site: http://www.dragulator.com/

does it has to do with the API key from the Facebook account? I hope i am clear about what i want to achieve

Sincerely,

Jim

share|improve this question

1 Answer

To upload a photo on user's Facebook wall you need to use their API, called Graph. There are quiet a few examples online, so I won't go into details, but the flow is:

  1. Authenticate user to the app (https://developers.facebook.com/docs/authentication/) and get the access token.
  2. Initiate a post request with to create a post (http://developers.facebook.com/docs/reference/api/post/).
share|improve this answer
thanks, this is a good start point! – user1484159 Jun 28 '12 at 23:57

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.