GraceSalas
Posts: 0
Joined: Sat May 26, 2012 9:28 pm

Facebook OAuthException Code 100 "message": "Invalid verification code format.",

I'm a novice following the facebook tutorial and the app was working perfectly for the last 2 weeks until 2 days agao when I got the following error :
{
"error": {
"message": "Invalid verification code format.",
"type": "OAuthException",
"code": 100
}
}
help please !

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Facebook OAuthException Code 100 "message": "Invalid verification code format.",

At which exact step do you get this error..?

GraceSalas
Posts: 0
Joined: Sat May 26, 2012 9:28 pm

Facebook OAuthException Code 100 "message": "Invalid verification code format.",

after I log into facebook i do not get redirected to the result page see the developer tools message below:

Failed to load resource: the server responded with a status of 400 (Bad Request) https://graph.facebook.com/oauth/acce...
thanks

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Facebook OAuthException Code 100 "message": "Invalid verification code format.",

If you look at the end of the URL, there is this:
code=undefined%3D_

That's probably why it fails...

GraceSalas
Posts: 0
Joined: Sat May 26, 2012 9:28 pm

Facebook OAuthException Code 100 "message": "Invalid verification code format.",

I see that but how do I fix it? I think I have followed the tutorial and it was working before. I have redone the tutorial several times just to make sure. after I click on the login to facebook button it seems I'm being redirected to the results page but I do not see the get data button. just a blank page with the following url:

http://tiggzi.com/view/aef6ab9e-9086-...

when I enter this url in facebook debug tool I get :

{
"url": "http://tiggzi.com/view/aef6ab9e-9086-...,
"type": "website",
"title": "resulted",
"updated_time": "2012-05-30T03:26:49+0000",
"id": "10151169583054741"
}

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Facebook OAuthException Code 100 "message": "Invalid verification code format.",

We'll test the tutorial again.. we did push some changes into production with regards to how callback parameters are handled.

GraceSalas
Posts: 0
Joined: Sat May 26, 2012 9:28 pm

Facebook OAuthException Code 100 "message": "Invalid verification code format.",

Thanks that worked, but now I get the following error

XMLHttpRequest cannot load url: https://graph.facebook.com/oauth/acce.... Cross origin requests are only supported for HTTP.
TypeError Cannot call method 'split' of undefined

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Facebook OAuthException Code 100 "message": "Invalid verification code format.",

Try http:// instead of https://

Return to “Issues”