gpt4 book ai didi

javascript - 打开 'feed' 对话框时如何在没有访问 token 的情况下获取用户的名字?

转载 作者:行者123 更新时间:2023-12-02 19:54:50 26 4
gpt4 key购买 nike

根据documentation ,您无需访问 token 即可获取一些用户数据。当我尝试这个时:

FB.api('/me', function(response) {
console.log(response);
});

我得到以下对象:

{ error: {
message: "An active access token ...about the current user.",
type: "OAuthException"
} }

怎么了?提前致谢。

最佳答案

我在其他源代码中“发现”了您可以使用名为 {*actor*} 的占位符(因为它不在文档中)。它是这样工作的:

FB.ui({
method: 'feed',
link: '<? echo $app['url'] ?>',
name: $poll.find('.pollQuestionContainer .pollQuestion').text(),
caption: '{*actor*} answered ' + selected_answer,
description: 'TV Channel',
properties: answers
});

关于javascript - 打开 'feed' 对话框时如何在没有访问 token 的情况下获取用户的名字?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8808842/

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