Android app facebook integration failure

185 Views Asked by At

I have a problem with my app and I don't know if the problem is obvious. I have managed to post things to my facebook wall using the app I have created for Android. But when I distribute this app to my testers, they don't get to the login window. The app is terminated before the screen appears.

I have used the tutorial: http://developers.facebook.com/docs/mobile/android/build/

Can somebody help me. Are some things I can check or is there a more thorough explanation available on the internet?

1

There are 1 best solutions below

1
On

you need to follow following steps,

1.) go to https://github.com/facebook/facebook-android-sdk/tree/master/examples

2.) download the example named Hackbook. and execute it , this is working example of facebook integration with android

Here condition is that you must have App ID and App secret.
if is there any problem let me know.