Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个需要 facebook 登录的 android 应用程序。我正在使用 facebook SDK for android。如果手机中没有安装android的facebook,该应用程序可以正常工作,但如果安装了则无法登录,它只是要求确认,但按OK后什么也不做。
从 Facebook 应用程序捕获返回信息时,听起来好像有问题。
检查您的活动onHandleIntent(Intent arg0)或onActivityResult(int requestCode, int resultCode, Intent data)
onHandleIntent(Intent arg0)
onActivityResult(int requestCode, int resultCode, Intent data)