android - Can't login with Facebook button in the app? -


my android app released closed testing in alpha release environment. login facebook. followed:

  1. entered policy url
  2. meet requirements
  3. i can see your app live , available public.

everything works fine ios environment because not need provide hashkey (i guess so).

for android, able login facebook web view (when user don't have installed facebook application in mobile) it's throwing error connecting facebook in case of facebook app installed.

to generate hashkey:

keytool -exportcert -alias fbrelease -keystore release.jks | openssl sha1 -binary | openssl base64 

where alias fbrelease , keystore path correct. using same kyestore using generating signed apk missing here?


Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -