I have been using Facebook's login functionality to link to AWS Cognito system. To link them you require the String
of Facebook's access token. Prior to version 4.0 I used
NSString *facebookToken = FBSession.activeSession.accessTokenData.accessToken;
Since the update this no longer works. I tried
NSString *facebookToken = FBSDKAccessTokenChangeNewKey;
But this also didn't work. Any suggestions? I can't find it in the reference guide or sample projects.
Aucun commentaire:
Enregistrer un commentaire