in Education by
I'm trying to obtain the key hash for integrating facebook into my Android app. But all over the net I can't find the way to do it on MAC OS X, only for Windows. If someone could light me with the proper way to obtain the key hash I'd really appreciate it. Thank you! JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
I used following steps to generate a Key Hash for my app in facebook: (I am using Mac OSX 10.8) 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. Reference: Integrate Facebook logins in your Android app

Related questions

0 votes
    I get "Login failed error" with the Facebook Android SDK while running on the device. I have done ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 21, 2022 in Education by JackTerrance
0 votes
    I have been using php-sdk to connect to facebook for a while and I never had any problems, but ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    My code cannot display the permission dialog when a user connect to my Facebook application. Instead of the login page, I ... getLoginUrl(array( 'scope' => 'publish_stream', )); }...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    If h is any hashing function and is used to hash n keys in to a table of size m, where n...
asked Oct 11, 2021 in Education by JackTerrance
0 votes
    How to config Gerrit - Generate New SSH Key?...
asked Nov 3, 2020 in Technology by JackTerrance
0 votes
    Is it possible to determine the MAC address of the originator of a remote connection under Windows NT 4? ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 30, 2022 in Education by JackTerrance
0 votes
    Is it possible to determine the MAC address of the originator of a remote connection under Windows NT 4? ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 29, 2022 in Education by JackTerrance
0 votes
    Is there a keyboard shortcut to restore a minimised application window from the Dock? Almost all Apple Mac ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 25, 2022 in Education by JackTerrance
0 votes
    On a button click, I am using the below code testViewController *myWindowController = [[testViewController alloc] ... for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 2, 2022 in Education by JackTerrance
0 votes
    Excited by the fact that VBA returned to Mac, but having trouble with code that works fine in Powerpoint ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 26, 2022 in Education by JackTerrance
0 votes
    Which function opens the screen graphics device for the Mac? (a) bitmap() (b) quartz() (c) pdf() (d ... Data Analysis of R Programming Select the correct answer from above options...
asked Feb 12, 2022 in Education by JackTerrance
0 votes
    In my assignment, a series of text files are needed in order for a picross game to occur that the ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 5, 2022 in Education by JackTerrance
0 votes
    In my assignment, a series of text files are needed in order for a picross game to occur that the ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 2, 2022 in Education by JackTerrance
0 votes
    I need to know the most efficient way of installing JQ on Mac (el capitan). The code is downloaded to my mac ... via the command line. Select the correct answer from above options...
asked Feb 1, 2022 in Education by JackTerrance
0 votes
    What is the MAC address and how is it related to NIC?...
asked Aug 16, 2021 in Technology by JackTerrance
...