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 want to create user access token in facebook. i have App access token. i want user access token, which change every user.

need your help

share|improve this question
Have you got your app access token by calling graph.facebook.com/oauth/access_token ? If user gave permissions to your app, you should be able to access user's data with that token. – Goran Obradovic Sep 17 '12 at 13:12

closed as not constructive by CBroe, Alex, Andrew, Pieter, martin clayton Sep 17 '12 at 18:09

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

You will get detailed information about accesstoken from here http://developers.facebook.com/docs/authentication/.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.