android - Can't login with Facebook button in the app? -
my android app released closed testing in alpha release environment. login facebook. followed:
- entered policy url
- meet requirements
- 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
Post a Comment