I have two methods of authenticating users. One is the normal oauth way from my website:
This returns a code which I can then use to request an auth_token. No problems there!
However, when I click on a link internal to Facebook which is configured for authenticated referral, I get a code that Facebook rejects and therefore, I get no auth_token.
The error I get with authenticated referall is: {"error":{"message":"Error validating verification code.","type":"OAuthException"}}
Any ideas?