I\'m getting the following alerts on Facebook Developers:
\'MyApp currently has access to Graph API v2.2 which will reach the end of its 2-year lifetime on 27 March,
The current, latest version of the Graph API is v2.8 and SDK version is 4.19.0. you should have upgrade it.
Add the compile dependency with the latest version of the Facebook SDK in the build.gradle file
dependencies {
compile 'com.facebook.android:facebook-android-sdk:4.+'
}
Can see reference link-
developers.facebook.com/docs/android/getting-started/
developers.facebook.com/docs/graph-api.