Skip to content Skip to sidebar Skip to footer

Facebook & Linkedin Integration Not Working In Beta Release

I have some strange issue regarding Facebook & Linkedin integration, I have integrated login through Facebook & LinkedIn in my application. Login Working fine in debug &

Solution 1:

After hours of research on this I come to know something new & interesting. Here it goes,

When we upload our application on Google play console, It signs it & generates a signature certificate for application. As a part of this process our SHA1 value gets replaced & gets new SHA1 value assigned by signature certificate.

One can find this value at Google Play Console > All Applications > You Application > Version Management > Signature of the app > Certificate of signature of the app > SHA-1 fingerprint of the certificate

NOTE : Please copy manually because coping from given button (next to SHA1 key) also includes "SHA1:" text, which is actually not part of SHA1 of the application.

Once copied properly, convert your SHA1 to base-64 format. You can do so using this link SHA1 Convert to Base64.

At the end copy hash key value named as Output (base64) on SHA1 Convert to Base64.

Now add this hash key to your Facebook & LinkedIn developer portal.

Post a Comment for "Facebook & Linkedin Integration Not Working In Beta Release"