Problem with facebook native app and API

Hello guys,

I’ve made a small game app that posts images into facebook. I’m having trouble trying to get it to work with the facebook native app. I’ve followed the process of configuring the facebook portal to the last detail. It posts everything without the native facebook installed, but never works with it installed. I’m using an android.

I’ve created the keystore, I’ve created the key hash, and still doesn’t work.

Perhaps it would be adequate if you guys made a video tutorial of how to do all those steps. Cause I’ve hit a wall.

You likely still have a keyhash problem.  This is 95% of the problems on Android and I would raise it to 99% given that you say it works without the native app installed.  There are two tutorials you need to read.  First:

http://coronalabs.com/blog/2013/07/09/tutorial-basic-debugging/

This will let you learn to read your console log and look for errors from the device.  Since the facebook errors are probably not being generated by the corona app, but the facebook app, make sure you run the “adb logcat” command without any additional parameters… i.e. just “adb logcat”.

Next, read and fully understand:

http://coronalabs.com/blog/2013/07/30/understanding-facebook-authentication/

You can’t blindly copy and paste commands because your files and keystores are in different locations.  If you’re using a Debug keystore, Corona SDK uses a different one than the Facebook examples show. 

Rob

You likely still have a keyhash problem.  This is 95% of the problems on Android and I would raise it to 99% given that you say it works without the native app installed.  There are two tutorials you need to read.  First:

http://coronalabs.com/blog/2013/07/09/tutorial-basic-debugging/

This will let you learn to read your console log and look for errors from the device.  Since the facebook errors are probably not being generated by the corona app, but the facebook app, make sure you run the “adb logcat” command without any additional parameters… i.e. just “adb logcat”.

Next, read and fully understand:

http://coronalabs.com/blog/2013/07/30/understanding-facebook-authentication/

You can’t blindly copy and paste commands because your files and keystores are in different locations.  If you’re using a Debug keystore, Corona SDK uses a different one than the Facebook examples show. 

Rob