Wednesday, April 15, 2015

Android : Facebook Login on Android App



I have seen numerous stackoverflow posts but none of them seem to be helping me in this problem.


I see this error in logcat: Key hash HWXYOYImLxxxxxxoe65q34 does not match any stored key hashes. And when I try to login, the Facebook app on my device gets launched and it shows this error: App Not Setup: This app is still in development mode, and you don't have access to it. Switch to a registered test user or ask an app admin for permissions


Things that I have already tried:


I have created app on Facebook developer console



  • Added Android as platform on Settings page, added package name, class name and generated key hash. Then i also added the key hash from the logcat error with = at the end.

  • I have added my email address in contact, and made my app go live in Status & Review.

  • I have installed and logged in to Facebook app on my android device.

  • I have tried deleting my debug.keystore, and generating new hash

  • I have tried deleting Facebook developer app and creating it from scratch

  • I am using LoginManager to sign-in to facebook from my android app.


Please help!


No comments:

Post a Comment