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 it possible to get the access token for the logged in user in iOS 5? If so, how this can be achieved?

share|improve this question

2 Answers

up vote 1 down vote accepted

If you're using the current version (v3.2.1 at this time) of the SDK you can get to the user's access token with the following:

[[[FBSession activeSession] accessTokenData] accessToken]

share|improve this answer

Visit for more details about ios authentication :

https://developers.facebook.com/docs/reference/iossdk/authentication/

http://developers.facebook.com/ios/

http://developers.facebook.com/docs/howtos/ios-6/

share|improve this answer
:Thanks fo this info, I will check it out. – nkd Oct 26 '12 at 5:30

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.