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 have a problem with facebook login in android application. I've found two ways to do it: one old and deprecated, and the new one. When I've implemented deprecated, during testing all worked fine, while not having official facebook application installed. After I've installed it, pre-check-in tells that my application is misconfigured. When I've implemented the second way, it also didn't work. It even didn't start session.

Link to the tutorials: Old way: http://www.androidhive.info/2012/03/android-facebook-connect-tutorial/ New way: http://developers.facebook.com/docs/getting-started/facebook-sdk-for-android/3.0/

And also one thing, when I've added facebook projects to my workspace, the android suppot libraries in my sdk and in facebook sdk where not identical, so I've resolved it by changing facebook's one to those from Android SDK.

share|improve this question

1 Answer

Set up your key hash correctly in order for native SSO to work.

http://facebook.stackoverflow.com/a/13499901/931354

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.