I am creating apps in which I am using facebook SDK for posting purpose,which works successfully but when I add signature(before uploading to play Store) to app at that time it doesn't works(doesn't get posted on Facebook Wall) ....So What to do ?
Asked
Active
Viewed 79 times
1 Answers
0
have you added new keyhash with keystore keytool -exportcert -alias -keystore | openssl sha1 -binary | openssl base64
using this command for more details chaeck its developer site: https://developers.facebook.com/docs/android/getting-started/

Maulik.J
- 636
- 1
- 6
- 14
-
also you can find correct keyhash when you install signed apk in your device and call for facebook it will show error dialog with keyhash which you have to enter in your application created on facebook. – Maulik.J Feb 03 '14 at 11:53