0

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?

slybloty
  • 6,346
  • 6
  • 49
  • 70
androidios
  • 11
  • 5

1 Answers1

0

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.

Ronak Mehta
  • 5,971
  • 5
  • 42
  • 69