How to create a Facebook key hash?

前端 未结 9 1166
独厮守ぢ
独厮守ぢ 2020-12-14 13:15

In the Facebook android tutorial we are told to use following code to create a key hash:

keytool -exportcert -alias androiddebugkey -keystore ~/.andro

9条回答
  •  离开以前
    2020-12-14 13:54

    One brute force option is to just go ahead and try to share something from your app. My app then displays a Facebook page with the key it is trying to match. Then you can just copy this key and put it in your Facebook 'Settings' page on your developer Facebook account.

    Not ideal, but in a pinch it may be helpful.

提交回复
热议问题