Generate Key Hash Android Facebook Windows 10

I can’t figure out how to get the Key Hash required to use the Facebook Android SDK. I figured out that I can use keytool with these commands:

The only problem is that I have no idea where to insert this, I tried through command windows (win7) and I tried opening the file keytool.exe.

Now a hash key will be generated Finally go to the Facebook Developer site. Make sure you are logged into Facebook and, using the dropdown menu in the top-right, go to your 'Developer Settings': Once you're in your developer settings, select 'Sample App' from the navigation on the left, and add and save your key hash into your profile.

Answers:
  1. Download and install OpenSSL from http://slproweb.com/products/Win32OpenSSL.html based on windows 32 or 64 bit.(Note: Download and install first visual C++ 208 redisributable from that site also )
  2. Put the bin directory of installed OpenSSL in windows path.
  3. Open the command prompt and go to C:Users{User_Name}.android
  4. now put this command on cmd “keytool -exportcert -alias androiddebugkey -keystore debug.keystore openssl sha1 -binary openssl base64“.(refer https://developers.facebook.com/docs/android/getting-started#samples)
  5. Now enter password “facebook” without double quote.
  6. Now a hash key will be generated
  7. Finally go to the Facebook Developer site. Make sure you are logged into Facebook and, using the dropdown menu in the top-right, go to your ‘Developer Settings’:
  8. Once you’re in your developer settings, select ‘Sample App’ from the navigation on the left, and add and save your key hash into your profile:
  • I want to give login using facebook facility in my xamarin android app. Can anyone tell me, how to generate key hash for xamarin android I have saw this on developers.facebook.com to generate ke.
  • Dec 26, 2013  But Now i remember whole the process to generate hash key. When you start to create new Facebook application for android they ask Hash Key to validate your application. Most of the time user confused to generate Hask key and Key Store, They confused that from where to start? It mean which path should be use to generate key? How to Generate.
  • Oct 29, 2016  How to get Release Key Hash for android app Facebook October 29, 2016 android, facebook, featured, key-hash To authenticate the exchange of information between your app and the Facebook, you need to generate a release key hash and add this to.
  • May 08, 2016 How to Get Generate key hash for Facebook in android in windows XP,7,8.1,10. Download OpenSSL for windows form Google Code. After download OpenSSL extract the downloaded folder into C drive. Now locate your debug.keystore file which is inside your.android folder.
Answers:

You can install Open SSL from here , that should make your command work

Answers:

I created a batch script facebookkeydebug.bat, which return desired Facebook key hash. Just edit the script, set correct paths, keystore name and run it.

EDIT: I published a repo with some batch scripts for signing and getting cert keys on Windows: https://github.com/petrnohejl/Android-Scripts

Answers:

you can use code below to get the Hash key :

Reference :

Pc game key generator free download. The game is not released now, and it will release on November 13, 2018.

Answers:

To make things easier –

this should provide you with the fingerprints needed, without the hassle of installing openssl.

e.g.

Answers:

This is an example of how to get the Key Hash from the Keystore:

first we need to get the paths of:

Java path:
C:Program FilesJavajdk1.6.0_35jrebin

Open SSL Path:
C:OpenSSL-Win32bin

(install from: http://www.openssl.org/)

Keystore Path:
C:DataANDROIDKEYSTORE

2) then go to Command line and type:

Generate Hash For File

cd [Java path]

3) then type :

keytool.exe -exportcert -alias [alias name] -keystore [Keystore
Path]debug.keystore [Open SSL Path]openssl sha1 -binary [Open
SSL Path]binopenssl base64

4) the password of your Keystore must be required and then you have the Hash Key related to your Android Keystore.

Generate Key Hash Android Facebook Windows 10 Download

This is the doc of how to set the Key Hash for Facebook:

Answers:

You have to open a command prompt window. Go to start->run and type ‘cmd’ and hit enter. Then you have to navigate to the folder where keytool is (unless it’s in your path), and then type that command.

That is, assuming that command is for windows and not linux.

Answers:

Best way is to generate Key-Hash using code:

call this method once and generate key-hash, enjoy

Download Android Facebook

Answers:

Generate Hash Code

C:Program FilesJavajdk1.6.0_22binkeytool.exe -exportcert -alias “typeYouraliasname” -keystore locationof your keystore C:OpenSSL-Win32binopenssl sha1 -binary C:OpenSSL-Win32binopenssl base64

Generate Md5 Hash Windows 10

Tags: android, facebook, hash

Comments are closed.