What's the minimum version of an android app taking advantage of the latest android facebook sdk 3.0 ?
I'm reading this in the facebook sdk source manifest: <uses-sdk android:minSdkVersion="8" />
.
Can it be as low as SDK_INT=4 if we're using the android-support-v4.jar library ? Or will the facebook library make our apps impossible to use on versions lower than sdkint=8 ?