Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
The Android system requires that all installed applications be digitally signed with a certificate whose private key is held by the application's developer.
0
votes
2answers
33 views
how do facebook android sample apps work without debug hash?
When I create a facebook app to authenticate android devices, I have to put in a debug hash for testing as well as a hash for my production keystore.
Facebook samples apps on the other hand are ...
0
votes
0answers
13 views
Hash Key issue in facebook integration
I am using facebook sdk 3.0 to integrate facebook api and allow user to login via facebook form my app .However i am getting a strange issue that when i am using hashkey generated from my computer it ...
1
vote
1answer
231 views
Key hash not being generated
I was trying to get the key hash from my Android app. Facebook SDK 3.0 gave the following code:
keytool -exportcert -alias androiddebugkey -keystore %HOMEPATH%\.android\debug.keystore | openssl sha1 ...
0
votes
0answers
126 views
not correct hash key from keytool for Facebook app
I have tried to use keytool to generate the hash key for my Facebook app on Android. I'm using the debug.keystore, but it returns the wrong one. The Facebook SDK returns in onAuthFail a string ...
9
votes
5answers
15k views
Facebook Android Generate Key Hash
Hey I'm trying to create an android app with Facebook integration, I've gotten to the part in the docs where you have to generate a key hash file, it specifies to run the following code
keytool ...