Android app Key Hash doesn't match any stored key hashes

后端 未结 13 1673
后悔当初
后悔当初 2020-12-02 14:51

I have an application on production on Play Store which uses a login with the Facebook SDK. When I debug the application from Eclipse there is no problem, but when its on pr

13条回答
  •  执念已碎
    2020-12-02 15:08

    After trying all the above i tried this.. and worked!!!

    1. Copy the key hash was the same that Facebook gives on the exception,
    2. Replace "_" with "/" and adding a "=" on the end,
    3. Add it to Facebook
    4. Also check the package name and activity name once again. This worked for me!!.

提交回复
热议问题