ReePrime
Facebook SDK for Android 2 - Setting up our App with Facebook

Hosted by Dailymotion. For legal issues report at the Copyright Center, report us on DMC, or use the Instant Removal tool.

Facebook SDK for Android 2 - Setting up our App with Facebook

M
mybringback

1 Views • Apr 16, 2014

Description

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