Android Error With Facebook Login On Market
When i test this app on my device with eclipse is all ok;but when i publish this app on google play store the facebook login failed!! why? help me please!! it is a simply app ('co
Solution 1:
i've self resolved the problem, i did not read the relese.keystore in the rigth way I did not understand this code:
keytool -exportcert -alias myAlias -keystore ~/.your/path/release.keystore | openssl sha1 -binary | openssl base64
when I realized the code I got the right key
myAlias = alis used when i export the project
~/.your/path/release.keystore = the path where the key generated from eclipse is located, and the name of the file
Good Job
Post a Comment for "Android Error With Facebook Login On Market"