i'm new on android - facebook integration.
I'm trying to integrate my app with facebook, so i follow all the steps on the facebook tutorial, and things work fine (at least i'm abble to perform the login).
But when i try to use this following code, i realize that i can't import the library from the Facebook:
Session session = Session.getActiveSession();
I'm using Android Studio, and the IDE only give me the option to import the android.service.textservice.SpellCheckerService, but i guess that the right import is com.facebook.Session
Any ideas of what i'm missing here?
PS: FB SDK version is facebook-android-sdk-4.5.1