Created
July 8, 2014 17:16
-
-
Save gmsetiawan/a72befe2a9bf81747cc6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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