I have downloaded the latest version of the Facebook SDK. Im currently following this guide on how to implement facebook login to my app:
https://developers.facebook.com/docs/facebook-login/android
But this guide seems to be out of date, because they have removed Session. Instead, they have Introduced AccessToken, LoginManager and CallbackManager classes.
I can't find any guides where they show how to implement facebook login with the new SDK.
Is It OK to use an older version that uses the Session class Instead?