Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm trying to set up facebook in my android app but I had a problem and even the samples didn't work! Then I tried again on different devices and I just figured out the samples only work on devices which DO NOT HAVE OFFICIAL FACEBOOK APP INSTALLED. It seemed to me completely illogical so I checked : installing the facebook app and it wasn't working anymore, deleting it, it worked that. So here my question : Why is that and how to fix it?

share|improve this question
1  
how is anybody meant to help without seeing your code? – Lee Burrows Feb 24 at 23:34
The only code I have is samples provided by facebook with the sdk and those samples : github.com/fbsamples/android-3.0-howtos – cheikdav Feb 25 at 9:45

1 Answer

Looks like you have not added key hash to app dashboard or it is invalid. To properly handle Facebook Login using the Facebook for Android app you will have to add valid key hash to the app dashboard. Have a look at this: https://developers.facebook.com/docs/howtos/androidsdk/3.0/login-with-facebook/

check 'App Dashboard Configuration' and 'Troubleshooting' sections.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.