Facebook SDK for Android 2 - Setting up our App with Facebook
In this tutorial we will set up our android application with the Facebook developer site. We will need to create a new app on the developer site and give it some information about our android application.
In this video I will refer to the default location of the keytool that came with the android SDK, on Windows this location should be:
C:\Users\yourUserName\.android\
on Mac this location is:
/Users/yourUserName/.android/
Then you will execute this code:
keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl base64
Hit Enter, and type "android" as the password