Ok, so I am trying to work with the facebook API, but having no luck with this keystore. I can get it to generate and give my a signature, but the app keeps telling me invalid_key. I was reading around and some people were saying that you have to use linux to get a good signature, which I find hard to believe. Can anyone help me out here?
Share
You have to get the key from your keystore and put it on the facebook website.
Follow the guide here…
http://developers.facebook.com/docs/guides/mobile/#android
Basically you need to extract the key from your keystore. The following command extracts the key
androiddebugkeyfrom a keystore calleddebug.keystore(both of these are auto created by Eclipse). The password forandroiddebugkeystoreisandroid.Once you have the number from that, you put it in the Key hash field on your Facebook app’s page..
The key follows the same format seen in the image.