Much the same here. I have a similar problem whether or not I am already logged into Facebook prior to app launch. Although unlike Damir, my app does not freeze.
I can get Facebook to work on Android when the standard Facebook app is NOT installed. When the standard Facebook app is installed I get the following from adb logcat Corona:v *:s
even.name fbconnect
event.type session
isError false
didComplete nil
Session Status loginCancelled
event.phase ~= login
Corona build 2288. Samsung Galaxy Tab 2 Android 4.2.2.
I use:
fb.showDialog(“feed”, {
name = “name”,
description = desc,
caption = cap,
link = “link”,
picture = pic
})
in the Facebook listener. As I am using showDialog() there is no need to set up a test user or get Facebook approval for permissions.
This code and Corona build 2288 works perfectly fine when Facebook is not installed.
Would love a fix ASAP so I can upload to Google Play. Thanks!
MAS1