The app I am currently working on has Facebook login. But for some reason I have a problem with facebook login on the Galaxy S4. I press the facebook login button, it goes to Chrome and this comes up: fbconnect://success#access_token=[ACCESS_TOKEN] might be temporarily down. I keep seeing it is a problem with key hash/keystore problem, but if that is the case wouldn’t every device not be able to log into facebook.
Do some of the apps have the FB app installed?
The Galaxy S4 does not have Facebook installed, where as the Galaxy S3 had Facebook and it worked and uninstalled the Facebook app and it still worked. I also tested on Droid MAXX HD which never had Facebook app on it and it worked.
Do some of the apps have the FB app installed?
The Galaxy S4 does not have Facebook installed, where as the Galaxy S3 had Facebook and it worked and uninstalled the Facebook app and it still worked. I also tested on Droid MAXX HD which never had Facebook app on it and it worked.
Hello SPS16,
Did you ever come to a resolution to this issue?
Thanks,
David
Can you try and build the Sample App that comes with Corona SDK in the SampleCode/Networking/Facebook folder?
You need to add a reference to the Android Facebook library in your “project.properties” file so that the Android SDK build system will compile it into your project. This isn’t a Corona thing. This is how it works for all native Android developers. Have a look at the “IncludeAllFeatures” sample project that is included with Corona Enterprise for an example on how to add the Facebook library.
Hello SPS16,
Did you ever come to a resolution to this issue?
Thanks,
David
Can you try and build the Sample App that comes with Corona SDK in the SampleCode/Networking/Facebook folder?
You need to add a reference to the Android Facebook library in your “project.properties” file so that the Android SDK build system will compile it into your project. This isn’t a Corona thing. This is how it works for all native Android developers. Have a look at the “IncludeAllFeatures” sample project that is included with Corona Enterprise for an example on how to add the Facebook library.