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 followed advice that seems to be working for others when trying to get SSO to work when Facebook app is also installed on device but I am still unable to get it to work.(The app loads but the Facebook login dialog disappears instantly.) I have a valid hash key generated from this OSX terminal command which I also have given to Facebook. but it isn't working as it seems to be for others.

keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl base64

thanks!

share|improve this question
The facebook sdk has a nice example to implement SSO. Search the github repo for HackBook example. Hope this helps. – Chronos Jun 23 '12 at 3:45
the HackBook example is where I templated the origins of my Facebook App. But that was the last part of 2011. I will redownload and take a look. thanks! – Tom Jun 25 '12 at 17:42
After using the latest Facebook Android sample project code, all was well with SSO. – Tom Sep 28 '12 at 0:26

1 Answer

Use this tool to generate Key Hash.

http://www.easyfacebookandroidsdk.com/download/keyhash.zip

share|improve this answer
thanks Vipul, yes this generates the same Key Hash that I have been using. So the problem lies elsewhere. – Tom Jun 25 '12 at 17:41

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.