gpt4 book ai didi

Facebook 扩展权限 'read_stream' 未显示

转载 作者:行者123 更新时间:2023-12-02 22:09:59 25 4
gpt4 key购买 nike

我有以下代码,用于从 facebook 登录获取有关用户登录时的扩展权限的权限。

FB.login(function(response) {
if (response.authResponse) {
// user is logged in and granted some permissions.
FB.api('/me/permissions', function(response) {

console.log(response);
});


} else {
// User cancelled login or did not fully authorize.
console.log('you are not authorized');
}
}, {scope:'read_stream,publish_stream,email'});


and

<fb:login-button data-scope="read_stream,email" >
</fb:login-button>

新用户登录时不显示扩展权限!

最佳答案

另请注意,即使文档中没有提到,如果平台有 native 应用程序(ios、桌面、Web、Android、Windows Phone),它们也不允许访问读取流权限。您可以通过为 Firefox OS 制作一个应用程序并在其他应用程序中使用该权限来绕过它(只是一个建议,我自己没有尝试过,Facebook 应用程序审查可能会拒绝这一点)

关于Facebook 扩展权限 'read_stream' 未显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23890756/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com