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.
在我的 android 应用程序(phonegap)中,我使用 facebook 服务进行登录。但是当我尝试使用 facebook 登录时,它会触发一个错误:
错误 :Cordova facebook connect plugin fail on login! Facebook error:Failed to receive access token
Cordova facebook connect plugin fail on login! Facebook error:Failed to receive access token
代码在模拟器上运行良好。但是当我在真实设备中测试时,它会触发我上面的错误。
确保您的 Facebook 应用未设置为沙盒模式。
Sandbox Mode应选择为Disabled。根据文档,如果启用此功能,则只有开发人员可以访问该应用程序。因此,在真实设备上进行测试可能会出错。