gpt4 book ai didi

facebook-graph-api - Facebook 图形 API 错误

转载 作者:行者123 更新时间:2023-12-04 07:51:58 25 4
gpt4 key购买 nike

我正在实现 facebook graph api 以获取用户详细信息,例如名字、电子邮件等。

下面是我的代码。

$nvpreq = "access_token=160370244010460|b8eba6c19f01b271ef0c682e-100000018108668|q50nk4_LpXvCdnpgiI-jyBPrzCM"; 

$Curl_Session = curl_init('https://graph.facebook.com/100001573561119');
curl_setopt ($Curl_Session, CURLOPT_POST, 1);
curl_setopt ($Curl_Session, CURLOPT_POSTFIELDS, $nvpreq);
curl_setopt ($Curl_Session, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
$httpResponse = curl_exec ($Curl_Session);
curl_close ($Curl_Session);

但我收到以下错误
"type":"GraphMethodException","message":"Unsupported post request."}}1 

任何人都可以帮助我。

谢谢,
阿图尔

最佳答案

访问 token 应该使用 GET 方法传递,而不是 POST。只需将它附加到您的 URL,它应该可以正常工作!

关于facebook-graph-api - Facebook 图形 API 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4751419/

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