Created
July 4, 2016 17:52
-
-
Save suhanlee/f3c3037b37daf01035513ce300cd17e6 to your computer and use it in GitHub Desktop.
Social Login
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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