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

守給你的承諾、 提交于 2020-01-03 10:05:13

问题


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.


回答1:


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




回答2:


this is because the commenter OR user is blocked by facebook. in other words if a user is blocked by facebook for some features including COMMENTS, this error will be shown.

you can read full thread here http://www.codeloopers.com/social-media-f39/sorry-something-went-wrong-we-re-working-on-getting-this-fixed-as-soon-as-we-can-facebook-comment-box-error-on-wordpress-t321.html




回答3:


I am currently facing this issue, but in my case, in developer console everything is working, but request from my platform is failing and saying "We're working on it and we'll get it fixed as soon as we can." I've tried printing the URL and then calling that URL in browser and it is working as expected. I think Facebook have some mechanism for blocking specific requests.




回答4:


Just got this same error. In my case it was due to Facebook URL and parameters being deprecated. I was using a URL of the format:

https://www.facebook.com/sharer.php?s=100&p[url]=https%3A%2F%2Fspeaking.email

I changed this to this format:

https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fspeaking.email    

Now it works fine.



来源:https://stackoverflow.com/questions/17495256/facebook-url-debug-sorry-something-went-wrong-were-working-on-getting-this-f

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!