1
votes

The oauth dialog page at facebook.com is generating a 500 error. We have a few web applications that use the Graph API, and all of them are experiencing this same error.

The full URL is: https://www.facebook.com/dialog/oauth?client_id=[app_id]&scope=publish_actions&display=page&redirect_uri=https%3A%2F%2Fwww.mydomain.com%2Fcallback%2F&state=[unique_number].

We created a new test application, and exactly the same happens there as well. We use the latest Facebook PHP SDK. We do not use JavaScript in this process. We've tried different scope parameters, and that made no difference.

This process worked up until some time late on March 27 2013 or early on March 28, 2013. Then it started kicking back the 500 error.

2
When one accesses the web site on a mobile device (Chrome on Android in our case), you do not get an error at all. The process works as expected, asking for the permissions and then redirecting back to the web site.Dewald Pretorius

2 Answers

0
votes

It is likely related to this FaceBook bug: https://developers.facebook.com/bugs/491147611024519 (500 Error on oauth)

0
votes

Also, if you have a new app. Make sure it is set to public.