Facebook suddenly not login and auto redirect to web

Hi folk,

I’m facing a login problem today with Facebook login on iOS.

My app works fine with Facebook last week (i.e: logged with permissions: { “publish_stream”,“user_friends”, “publish_actions”, “user_birthday”}, get auth-token, then showDialog to share status) but today, it seem to failure to ask for permission with facebook-app (installed, logged in) then auto redirect to safari.

After confirm on the web, my is re-launched from beginning and nothing happened.

the fbListener method provided with Facebook.login never get called.

i attach here the Facebook log, which i’ve never seen it before (the file ext was json but i have to changed to txt for uploading).

Please give me some advises for further checking.

Thank you very much,

Can you post your code behind this so we can better help diagnose this?

It would be very helpful to see if there are any messages in your device’s console log.  What version of Corona SDK are you running? 

Facebook requires that advanced privileges like “user_birthday” and any publishing privilege like “publish_stream” be handled in a second login.

If you are trying to do this in one login pass, its likely Facebook has started preventing this.  I think this was an August 1st breaking change from them.

i’m sorry for late reply,

Download the latest daily build seemed to solve my problem.

I don’t know if there is any change from Facebook, but now it is still working.

Thanks for your concerns.

Can you post your code behind this so we can better help diagnose this?

It would be very helpful to see if there are any messages in your device’s console log.  What version of Corona SDK are you running? 

Facebook requires that advanced privileges like “user_birthday” and any publishing privilege like “publish_stream” be handled in a second login.

If you are trying to do this in one login pass, its likely Facebook has started preventing this.  I think this was an August 1st breaking change from them.

i’m sorry for late reply,

Download the latest daily build seemed to solve my problem.

I don’t know if there is any change from Facebook, but now it is still working.

Thanks for your concerns.