Skip to content

Instantly share code, notes, and snippets.

@gmsetiawan
Created July 8, 2014 17:16
Show Gist options
  • Save gmsetiawan/a72befe2a9bf81747cc6 to your computer and use it in GitHub Desktop.
Save gmsetiawan/a72befe2a9bf81747cc6 to your computer and use it in GitHub Desktop.
Don't forget to add app_id at string.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
...
<string name="app_id">272943959560173</string>
</resources>
then add meta and activity at manifest
<meta-data android:value="@string/app_id" android:name="com.facebook.sdk.ApplicationId"/>
<activity android:name="com.facebook.LoginActivity"></activity>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment