When trying to login from the mobile app I get the following error on the server:
Error in OAuth Server: Failed to complete OAuth handshake with Facebook. failed [400] {"error":{"message":"Error validating verification code. Please make sure your redirect_uri is identical to the one you used in the OAuth dialog request","type":"OAuthException","code":100}}
I am quiet confused, as the same login flow works without a problem on the server.
With the simulator on localhost it works, but not with an actual device and the remote server.
Any help would be appreciated, as I don’t even know where the problem might come from.