且构网

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

如何以编程方式获取本机应用程序的Facebook测试用户令牌

更新时间:2023-02-12 19:15:00

是-将高级设置下的应用程序模式"设置更改为网络"-如果嵌入了应用程序密码,则只能使用本机/桌面"在客户端二进制文件中.

Yes - change the 'App Mode' setting under advanced settings back to 'Web' - you should only use 'Native/Desktop' if the app secret is embedded in the client binary.

当此设置设置为本机/桌面"时,应用程序密码将不受信任,因为您的任何用户都可以从客户端代码中提取密码并代表应用程序进行调用

When this setting is set to 'Native/Desktop' the app secret is untrusted because any of your users could extract the secret from the client code and make calls on behalf of the app