Android Question Facebook Login Problem with published app

uniplan

Active Member
Licensed User
Longtime User
Hi, i have a facebook login into my application and it work fine when the app isn't published on play store.
Now i published the app but the facebook login not work and i receive the message that you see in the attach.

I follow this step...
https://www.b4x.com/android/forum/t...rebaseauth-to-support-facebook.67954/#content
but i don't follow only this part..
------
You will need to follow these instructions to create a hash key from B4A signing key: https://developers.facebook.com/docs/android/getting-started#release-key-hash
The alias in the command should be B4A.
-----

becouse i don't understand how i write into keystore path.
You can help me to solve this problem.
Thank you so much.
 

Attachments

  • Screenshot_2017-05-11-15-37-18.png
    Screenshot_2017-05-11-15-37-18.png
    105.4 KB · Views: 266

uniplan

Active Member
Licensed User
Longtime User
I haven't installed OpenSSl and
I don't underdstand what path i must write
keytool -exportcert -alias B4A -keystore <???RELEASE_KEY_PATH????>| openssl sha1 -binary | openssl base64
 
Upvote 0
Top