I have just imported the Facebook SDK in my eclipse as a library as I have read to do.
The problem is the facebook project is full of errors. For instance, in the AccessToken.java it can't import "android.annotation", and like this, other files with other imports...
I have tried setting the java compilator to 1.6 and it doesn't do anything. Then I read this android.annotation is just avaible for api level 16, but that api level is for a Android 4.x.x and I don't want that... I want to use this sdk in at least Android 2.2.
Anyone can help me?