Tuesday, May 21, 2024
 Popular · Latest · Hot · Upcoming
14
rated 0 times [  16] [ 2]  / answers: 1 / hits: 20973  / 8 Years ago, wed, july 20, 2016, 12:00:00

So I'm out of ideas, I don't know what to check or debug anymore, but on the exception I get this:



string(188203) FacebookFacebookAuthorizationException Object
(
[statusCode:FacebookFacebookRequestException:private] => 400
[rawResponse:FacebookFacebookRequestException:private] => {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,fbtrace_id:DqCCKoiN0r4}}
[responseData:FacebookFacebookRequestException:private] => Array
(
[error] => Array
(
[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
[fbtrace_id] => DqCCKoiN0r4
)

)

[message:protected] => Error validating verification code. Please make sure your redirect_uri is identical to the one you used in the OAuth dialog request
[string:Exception:private] =>
[code:protected] => 100

More From » php

 Answers
2

I believed you have used different redirect_uri in your facebook app settings and Oauth API code. thats why you got this error.



For facebook login you must set same redirect_uri into both place.


[#61310] Sunday, July 17, 2016, 8 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
everett

Total Points: 317
Total Questions: 112
Total Answers: 109

Location: Philippines
Member since Sat, Jul 11, 2020
4 Years ago
;