What's the procedure to run Facebook Connect application in android? Here is the link:http://code.google.com/p/fbconnect-android/
Please explain step by step. I'm having errors in my manifest file:
<activity android:name="com.codecarpet.fbconnect.FBLoginActivity"
android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
<activity android:name="com.codecarpet.fbconnect.FBPermissionActivity"
android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
<activity android:name="com.codecarpet.fbconnect.FBFeedActivity"
android:theme="@android:style/Theme.Translucent.NoTitleBar"/>