且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何忽略Facebook Android应用程序安装在设备上,当使用android-facebook api?

更新时间:2023-10-20 15:14:10

请更新以下您的登录按钮的代码单击监听器。

Please update below code of your Login Button Click listener.

mFb.authorize(mActivity, mPermissions, Facebook.FORCE_DIALOG_AUTH,
            new LoginDialogListener());

而不是

mFb.authorize(mActivity, mPermissions, new LoginDialogListener());

有关详细信息,请参阅以下链接

And see below link for more information

Facebook登录问题