Facebook SDK for Android 2 - Setting up our App with Facebook<br /><br />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.<br /><br />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:<br />C:\Users\yourUserName\.android\<br /><br />on Mac this location is:<br />/Users/yourUserName/.android/<br /><br />Then you will execute this code:<br />keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl base64<br /><br /><br />Hit Enter, and type "android" as the password