Android Facebook SDK: generate release key hash

后端 未结 11 1989
执念已碎
执念已碎 2020-12-04 14:49

I\'m building an app in which users can log in with Facebook.

I\'ve created the hash keys like following:

try {
         PackageInfo info = getPackag         


        
11条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-04 15:03

    Facebook SDK uses two different keys, one is Debug key which you can use during your development phase and other is Release key which is used once you create a signed application package. Here is a link about how to create debug and release keys.

    Developer.Facebook

    Also check out this SO post.

提交回复
热议问题