Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook URL Debug: Sorry, something went wrong. We're working on getting this fixed as soon as we can

https://developers.facebook.com/tools/debug

Does anyone know why "some" URLS get this error and others do not?

Error: Sorry, something went wrong. We're working on getting this fixed as soon as we can.

I apologize for the lack of detail on this. I can't post a link as of yet but hoping someone has experienced this issue and found a resolution. Paging through the FB help pages directed me to here as well and it seems difficult to find the right place to report the problem directly to FB. I'm finding a lot of similar posts on StackOverflow with similar issues but no clear answers.

Thank you in advance for any suggestions.

like image 901
user1447679 Avatar asked Jul 05 '13 18:07

user1447679


1 Answers

I hit this because Facebook changed the rules for what an acceptable ?state parameter. I had % escape characters, and that appeared to no be illegal. I ended up moving my state to a query parameter on the redirect URL.

The specific rules are not actually documented: https://developers.facebook.com/docs/facebook-login/manually-build-a-login-flow

like image 141
Mike S Avatar answered Sep 19 '22 11:09

Mike S