gpt4 book ai didi

php - Facebook Graph API 搜索返回空数据

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

我一直在尝试通过调用 Facebook 图形 API 获取有关某些国家/地区的信息。在图形资源管理器中,我得到了一组很好的数据返回给我,但是在我的 fb 应用程序中调用它时,它是空的。我已经检查了 php html 请求中使用的所有变量,它们都很好。有什么想法吗?

Link to explorer query

探索者:

 https://graph.facebook/v2.2/search?location_types=['country']&type=adgeolocation&q=Denmark

PHP:

$get_url = "https://graph.facebook.com/v2.2/search?location_types=['country']&type=adgeolocation&q=" . $country . "&access_token=" . $access_token;

打印_r($get_url)

https://graph.facebook.com/v2.2/search?location_types=['country']&type=adgeolocation&q=Denmark&access_token=

最佳答案

检查您是否使用了必需的用户访问 token 。您可以在此处检查您的访问 token 类型:

对于 /search 端点文档:

All Graph API search queries require an access token included in the request. The type of access token you need depends on the type of search you're executing.

  • Searches across Page and Place objects requires an app access token.
  • All other endpoints require a user access token.

关于php - Facebook Graph API 搜索返回空数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28583246/

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