본문 바로가기
🖥 Programming/📱 Android (Kotlin)

카카오로그인관련 key hash

by MinChan-Youn 2022. 2. 7.

https://bacassf.tistory.com/69

 

Facebook Key Hash 생성/등록하기

페이스북 SDK를 사용하기 위해 페이스북 개발자 사이트에 앱을 등록시킬때 key hash 를 입력해야 합니다. key hash 는 개발시 사용되는 디버그 keystore 로 만든 키와 실제 마켓등록용 

bacassf.tistory.com

 

 

디버그

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

 

릴리즈

keytool -exportcert -alias key0 -keystore /Users/younminchan/Desktop/Lotte/Untitled | openssl sha1 -binary | openssl base64