Facebook Post is not working when FB app has installed on device

Hi all,
I’m testing the Facebook app which is on the Corona website (a sample app), then it worked fine when fb app’s not installed on device.
So, everything is alright when its using web popup window.
But when i install Facebook Application from Google Play, the application is trying to login and post using with this native Facebook application on the device. And its not posting or getting any data. It’s redirecting to FB app then just coming back to my application. Nothing happen.

Is there any idea?

Thanks. [import]uid: 111666 topic_id: 26361 reply_id: 326361[/import]

I forgot to say that im using daily build 775.

but at the latest build, ive got another problems like app crashing. so i cannot use latest builds :confused: [import]uid: 111666 topic_id: 26361 reply_id: 106903[/import]

When I have had issues with this it was because the hash key I was using didn’t match the hash key on the Facebook settings. [import]uid: 10903 topic_id: 26361 reply_id: 106971[/import]

Just yesterday I tested the Facebook sample app with Corona build 812 and it works fine on Android. The only difference from your experience is that I didn’t have the Facebook App installed, so the authorization process was through the browser. [import]uid: 61899 topic_id: 26361 reply_id: 107001[/import]

From our testing, we aren’t seeing any issues with bad interactions between the Corona sample (the one shipping in the installer) and the FB app.

One of the things we do know is that FB Connect is very finnicky — there are lots of little things you have to get right, or it doesn’t work the way you want.

On Android, specifically, the biggest gotcha we’ve seen is giving Facebook the wrong hash key. That hash key must match or things will not work well.

Check out the official FB docs on this:
https://developers.facebook.com/docs/mobile/android/build/#sig

There’s also some troubleshooting at the bottom. [import]uid: 26 topic_id: 26361 reply_id: 107376[/import]