I'm trying to use Parse Facebook & Twitter login in my app but the problem is I can't get the Facebook login to work.
I'm getting the following error message:
Error Domain=Parse Code=251 "The operation couldn’t be completed. (Parse error 251.)" UserInfo=0xa0329c0 {code=251, error=The supplied Facebook session token is expired or invalid.
I also downloaded the Parse tutorial "IntegratingFacebookTutorial" and still the same error.
(I added the bundle to the facebook app and updated the application id on xcode as required.
The same happens in my own project when trying to use PFLogInViewController, same setup + I'm calling [PFFacebookUtils initializeFacebook]; in my didFinishLaunchingWithOptions.
I found several reports about this issue but zero solutions so far.