Page 1 of 2
Facebook OAuthException Code 100 "message": "Invalid verification code format.",
Posted: Sat May 26, 2012 9:28 pm
by GraceSalas
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 !
Facebook OAuthException Code 100 "message": "Invalid verification code format.",
Posted: Sat May 26, 2012 11:45 pm
by maxkatz
At which exact step do you get this error..?
Facebook OAuthException Code 100 "message": "Invalid verification code format.",
Posted: Sun May 27, 2012 1:36 am
by GraceSalas
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
Facebook OAuthException Code 100 "message": "Invalid verification code format.",
Posted: Sun May 27, 2012 1:39 am
by GraceSalas
Facebook OAuthException Code 100 "message": "Invalid verification code format.",
Posted: Mon May 28, 2012 4:17 am
by maxkatz
If you look at the end of the URL, there is this:
code=undefined%3D_
That's probably why it fails...
Facebook OAuthException Code 100 "message": "Invalid verification code format.",
Posted: Wed May 30, 2012 3:28 am
by GraceSalas
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"
}
Facebook OAuthException Code 100 "message": "Invalid verification code format.",
Posted: Wed May 30, 2012 4:10 am
by maxkatz
We'll test the tutorial again.. we did push some changes into production with regards to how callback parameters are handled.
Facebook OAuthException Code 100 "message": "Invalid verification code format.",
Posted: Thu May 31, 2012 11:59 pm
by maxkatz
I updated the tutorial on how to fix it (see #3 box)
http://help.tiggzi.com/documentation/...
Facebook OAuthException Code 100 "message": "Invalid verification code format.",
Posted: Sat Jun 02, 2012 5:52 pm
by GraceSalas
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
Facebook OAuthException Code 100 "message": "Invalid verification code format.",
Posted: Sat Jun 02, 2012 7:39 pm
by maxkatz
Try http:// instead of https://