2
votes

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!

1
The facebook sdk has a nice example to implement SSO. Search the github repo for HackBook example. Hope this helps.Chronos
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
After using the latest Facebook Android sample project code, all was well with SSO.Tom

1 Answers