Skip to content

Instantly share code, notes, and snippets.

@suhanlee
Created July 4, 2016 17:52
Show Gist options
  • Save suhanlee/f3c3037b37daf01035513ce300cd17e6 to your computer and use it in GitHub Desktop.
Save suhanlee/f3c3037b37daf01035513ce300cd17e6 to your computer and use it in GitHub Desktop.
Social Login
# google plus login
keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore -list -v
# facebook login
keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl base64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment