- First open a terminal (open a command prompt in windows).
- Navigate in the terminal to the directory where your Android debug.keystore is stored.
- Mostly it will located under “/Users/user_name/.android/” (In Windows will be C:\Documents and Settings\.android).
- Once you are in the “.android” directory, run the following command.keytool -exportcert -alias androiddebugkey -keystore debug.keystore | openssl sha1 -binary | openssl base64
- When it prompts you for a password, type android and hit Enter
- Copy the value printed in the terminal that ends with an “=” and paste it in the Key Hash field in Facebook. Then click the Save Changes button.
Saturday, 4 April 2015
Keyhash for android facebook login in MAC
Subscribe to:
Post Comments (Atom)
Setting Up Multiple App Targets in Xcode from a Single Codebase
To create two different apps (like "Light" and "Regular") from the same codebase in Xcode, you can follow these steps b...
-
if u want to open in same window - ( WKWebView *) webView :( WKWebView *) webView createWebViewWithConfiguration :( WKWebViewConfigurat...
-
To create two different apps (like "Light" and "Regular") from the same codebase in Xcode, you can follow these steps b...
-
[[UIApplication sharedApplication] openURL: [NSURL URLWithString:@"prefs:root=General&path=Network"]]; List of curre...
No comments:
Post a Comment