I\'m having issues with the webview login for Facebook on Android.
I\'ve followed the tutorials and login works perfectly when the user has the Facebook app install
Given your description, I am imagining that you either are not connected on the internet or that you are not handling the login callbacks.
Here is a full facebook 4.0.+ login example.
Edit Based on your code:
You need to use FacebookSdk.sdkInitialize(this); before setContentView().
FacebookSdk.sdkInitialize(this);
setContentView()