My app uses facebook api for user login. On developing it works fine, but when I uploaded it to google play it stops working.
This is the error log:
I solved the issue in the simple way..
1)Frist Logout from the FaceBook app.
2)Open the Appplication which you have developed when cilck to login it will show the haskkey not mathcing.
3)Generate the SHA1 signing report in (Right Side Tab android studio) Gradle-->Task-->android->signing Report .(HEXA String)
4)Convert that to base 64.(Link) 5)Copy the output and past in the FaceBook developer page..