Hi, I was trying to release a game that uses facebook login.
I had a problem on android OSes. On iOS, it works fine. On android devices where logging in through webview worked fine, but when a native facebook app is installed, the facebook access prompt will pop up, when I press ok (or cancel), I get the same “loginCancelled” as the following.
I/Corona (12673): Facebook Listener events:
I/Corona (12673): type(session)
I/Corona (12673): name(fbconnect)
I/Corona (12673): phase(loginCancelled)
I/Corona (12673): isError(false)
I/Corona (12673): response()
I/Corona (12673): event.name fbconnect
I/Corona (12673): event.type: session
I/Corona (12673): isError: false
I/Corona (12673): didComplete: nil
I/Corona (12673): Session Status: loginCancelled
I confirmed that this was not my application specific issue by testing the coronaSDK sample code “Facebook”.
I tested and found same result on …
Devices -
I tried on Galaxy S3 Jelly bean 3.1.2,
Galaxy S3 Jelly bean 3.1.3,
Nexus 7 (second version) Kitkat 4.4
Corona SDK versions -
2013.1202,
2013.1260,
2013.2097
Options -
Sandbox mode, Non-sandbox mode
Licensing key check, Not checking
Keystores perfect
If you have an answer, having the same problem, please share your wisdom.
Thank you very much !
