Got to love the Facebook API. It was working on Friday, come in to the office on Monday and it's now broken:
The website encountered an error while retrieving
It may be down for maintenance or configured incorrectly.
Error code: 500
I've tried looking for any breaking changes that may have occured on the 1st of September but couldnt find anything, could it really be an internal Facebook error, or have they changed something?
I'm using the JS SDK which is loaded directly from facebook.com with the following code:
FB.login(callback, {scope: "email, publish_actions"});I'm using the Facebook PHP SDK (v.3.2.2), but the JS handles the login button code.
It seems to allow me to login on FireFox after I cleared my cache and reloaded the browser
Chrome is still throwing the 500 error seen above, even in an Incognito Window.
Any ideas?