I\'ve just \"upgraded\" my Facebook SDK to 4.0 for my iOS app.
I\'ve got the log in working okay, however, according to the documentation, I\'m now supposed to use
I had similar problem with [FBSDKProfile currentProfile],but in Objective-C, you can also get user profile's properties from Graph API with response to https://graph.facebook.com/me?access_token= with your currentAccessToken.
[FBSDKProfile currentProfile]
https://graph.facebook.com/me?access_token=