On the Corona Facebook Sample code, if we remove the line 310 of the main.lua which is:
enforceFacebookLogin()
what makes the app try to login right after the app opens and then press the share buttons (lke the “Post Photo” or “Share Link Dialog”), the post is made with success (I can see on my timeline) but the facebook listener inside the app is not called.
Why is that?
On my app I have a share button and I only want to call the FB login if the user taps on the share button, not before. So today I am not getting the listener back.