

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How to create Android Facebook Key Hash?
This example demonstrates about How to create Android Facebook Key Hash
Generating a Development Key Hash
Mac OS:- Execute below command in terminal keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl base64
Windows:- Execute below command in command prompt keytool -exportcert -alias androiddebugkey -keystore "C:\Users\USERNAME\.android\debug.keystore" | "PATH_TO_OPENSSL_LIBRARY\bin\openssl" sha1 -binary | "PATH_TO_OPENSSL_LIBRARY\bin\openssl" base64
Generating a Release Key Hash
keytool -exportcert -alias YOUR_RELEASE_KEY_ALIAS -keystore YOUR_RELEASE_KEY_PATH | openssl sha1 -binary | openssl base64
Click here to download the project code.
- Related Questions & Answers
- How to create android app in facebook?
- How to integrate facebook in Android App?
- How to use hash set in Android?
- How to open Facebook page from Android app?
- How to use facebook SDK in Android studio?
- How to use Linked hash set in Android?
- How to create a Hash Table in PowerShell?
- Lock & Key problem using Hash-map
- Checking for Key/Value Existence in Perl Hash
- How to create and populate Java array of Hash tables?
- How to open a Facebook page from an Android app using Kotlin?
- How to get hash code for the specified key of a Hashtable in C#?
- How to integrate Facebook using Kotlin?
- How to create CircularImageView in android?
- How to create DigitalSpeedDashboard in android?
Advertisements