Created By
Nathan Friedly
06/22/2012 6:30pm

Subscribers (13)

BugsFB.getLoginStatus errors for logged out users when the app has an alcohol restriction

  • Status: Fixed
  • Priority: Medium
  • Updated: July 3, 2012 at 10:26pm
Latest response from Facebook
Noorin Ladhani
This should now be resolved. Thanks for your patience.
Status changed to Fixed · July 3, 2012 at 10:26pm
Øyvind Sean Kinsey
We have a fix for this issue and it will be pushed soon. Stay tuned.
Status changed to Fix Ready · June 26, 2012 at 7:23pm
Noorin Ladhani
Thanks for the report. We are looking into this.
Status changed to Assigned · Priority changed to Medium · June 25, 2012 at 10:26am
For apps that have the alcohol restriction enabled, FB.getLoginStatus gets an error if the user is not logged in to FB. Specifically, the call to http://www.facebook.com/dialog/oauth?api_key... gets the following response:

Application Error: There was a problem getting data for the application you requested. The application may not be valid, or there may be a temporary glitch. Please try again later.

The callback function supplied to FB.getLoginStatus is then never fired.
2 people can reproduce this issue by following these steps
Repro