gpt4 book ai didi

oauth - 发布自定义对象返回发生未知错误 OAuthException 代码 1

转载 作者:行者123 更新时间:2023-12-02 03:56:34 25 4
gpt4 key购买 nike

使用 Graph API Explorer,我可以使用应用 token 或用户 token 重现此错误。

调用(POST)

/0000userid0000/mynamespace:Create
thread=aURLonOurSite
access_token=xxxxxx

回应

{
"error": {
"message": "An unknown error has occurred.",
"type": "OAuthException",
"code": 1
}
}

运行 token 调试显示我有权限:

Issued : 1346937448 (about an hour ago) 
Expires: 1352121448 (in about 2 months)
Valid : True
Origin : Web
Scopes : email publish_actions user_location

最佳答案

你的问题不够清楚,但在这里我将向你展示一个我在之前的项目中使用过的例子。

$params = array(
'voucher'=>$plink,//'https://thevoucherlink.com/account/order/post.php?image='.$file_name.'&business_name='.$dd['title'].'&from='.$_SESSION['fb_uid'].'&to='.$_POST['friend_id'].'&msg='.$d['giftmsg'],
'access_token'=>$facebook->getAccessToken(),
'message'=>$d['giftmsg'],
);

$out = $facebook->api('/me/thevoucherlink:send','post',$params);

在这里,我为 Voucher 对象使用了 send 操作。我认为您没有在参数上使用对象。

谢谢

关于oauth - 发布自定义对象返回发生未知错误 OAuthException 代码 1,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12303043/

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