atk4 / atk4-addons

Agile Toolkit Addons
http://atk4.com/
Other
15 stars 23 forks source link

AgileToolkit OAuth add-on error 500 at facebook's mobile site #35

Closed DarkSide666 closed 11 years ago

DarkSide666 commented 11 years ago

Reported here: http://stackoverflow.com/questions/16451460/agiletoolkit-oauth-add-on-error-500-at-facebooks-mobile-site

Description:

I am using the OAuth Facebook controller add-on for ATK4.

What's more, is that it works fine for signups from mobile browsers (ie, when Facebook asks the user to give permission to the app).

The login flow stops with an Error 500 at: https://m.facebook.com/dialog/oauth?redirect_uri={my_url_encoded_landing_page_where_the_OAuth_controller_lives}&scope=email&client_id={fb_app_id}

What the hell is going on here? There isn't some difference between the Facebook mobile service and the regular one that the addon isn't taking care of, or is there?

ghost commented 11 years ago

This bug report can be closed: the issue is not with the ATK4 add on. I am able to reproduce the issue using FB's example PHP using their PHP API crap. It's a setting somewhere or something else undocumented. Again, this bug report can be closed.

DarkSide666 commented 11 years ago

OK, thanks for letting us know.