sathiamoorthy
sathiamoorthy

Reputation: 1496

Handling Facebook access token in Facebook SDK 3.2

How do i handle the Facebook SDK 3.2 for iOS?. And also How do i use the Facebook Access Token in this?.

Thanks in advance.

Upvotes: 0

Views: 2226

Answers (1)

humphriesj
humphriesj

Reputation: 168

How to get the FB Access Token using fb iOS sdk v3.2:

[FBSession activeSession].accessTokenData.accessToken

Not sure what you're wanting to know in regard to handling the SDK, but here's more info on version 3.2: http://developers.facebook.com/docs/tutorial/iossdk/upgrading-from-3.1-to-3.2/

Upvotes: 3

Related Questions