Facebook Login set up - MLSDev/LiveDataSocialAuth GitHub Wiki
To do all needed stuff follow the oficial Facebook documentation
- Add your facebook application
idinto thestrings.xmlfile:
<string name="facebook_app_id">your_application_id</string>- Add the
meta-datainside yourapplicationelement in your appmanifest.xmlfile:
<meta-data
android:name="com.facebook.sdk.ApplicationId"
android:value="@string/facebook_app_id"/>