I'm implementing Facebook SDK into my App.
Following the facebook developers guide, except I do not have GIT set up, so I've downloaded the SDK, and imported it to Eclipse, changed Java compliance level to 1.6.
In file Facebook.java, on one method "AutoPublishAsynchTask" I constantly have error:
Call requires API level 3 (current min is 1): android.os.AsyncTask#
How to get rid of error?