how to get the access token from facebook ios sdk 3.1?
I'm already getting the facebook login. Once the login is completed, the app comes to foreground. Although I could not yet figure out how to get the access token from this.
I get null from [[FBSession activeSession] accessToken]; command.
Any ideas?