Hi, I'm trying to register login with my React frontend. On the front end, I use the react-faceboo-login component. On the response, I get the response. I add to the callback url
?code='signedRequest' and pass the response as the POST body.
On the Rails side, I get the following error.
Authentication failure! invalid_credentials: OAuth2::Error, {"message"=>"Invalid verification code format.", "type"=>"OAuthException", "code"=>100, "fbtrace_id"=>"A74qVKtjjtF"}:
{"error":{"message":"Invalid verification code format.","type":"OAuthException","code":100,"fbtrace_id":"A74qVKtjjtF"}}
I've been checking my redirect urls, and so on. But seems not the issue here. I've specified FB v3.0. I tried with 2.12 and 3.3 but I get the same issue.
I'm not sure how to debug further.
Thanks for your ideas .
Hi, I'm trying to register login with my React frontend. On the front end, I use the react-faceboo-login component. On the response, I get the response. I add to the callback url
?code='signedRequest' and pass the response as the POST body.
On the Rails side, I get the following error.
Authentication failure! invalid_credentials: OAuth2::Error, {"message"=>"Invalid verification code format.", "type"=>"OAuthException", "code"=>100, "fbtrace_id"=>"A74qVKtjjtF"}:
{"error":{"message":"Invalid verification code format.","type":"OAuthException","code":100,"fbtrace_id":"A74qVKtjjtF"}}
I've been checking my redirect urls, and so on. But seems not the issue here. I've specified FB v3.0. I tried with 2.12 and 3.3 but I get the same issue.
I'm not sure how to debug further.
Thanks for your ideas .