Android Facebook SDK 4.0 Login without Facebook App

前端 未结 4 1981
面向向阳花
面向向阳花 2020-12-18 21:32

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

4条回答
  •  悲&欢浪女
    2020-12-18 22:19

    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().

提交回复
热议问题