Pau*_*l M 6 facebook web-scraping facebook-graph-api
我正在尝试使用 Facebook Marketplace 的 API 和访问令牌以合法的方式从 Facebook Marketplace 中获取数据。我的第一次尝试是将 GraphAPI 与以下形式的查询一起使用
https://graph.facebook.com/post_id?access_token=token&fields=comments.summary(true).limit(999).filter(stream).fields(id,message,created_time,parent)
Run Code Online (Sandbox Code Playgroud)
但是,使用 Facebook Marketplace 中的帖子 ID 似乎不起作用,给了我错误消息
{
"error": {
"message": "Unsupported get request. Object with ID '292294948474070' does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api",
"type": "GraphMethodException",
"code": 100,
"error_subcode": 33,
"fbtrace_id": "AOhjN4-go7O0hWgLpJDcWCQ"
}
}
Run Code Online (Sandbox Code Playgroud)
是否有另一种方法可以从 Marketplace 中抓取数据或我缺少的某些 GraphAPI 方法?我的项目目标是通过此页面分析 Marketplace 上的冲浪板销售市场https://www.facebook.com/marketplace/honolulu/search/?sortBy=creation_time_descend&query=surfboard&exact=false。
归档时间: |
|
查看次数: |
4420 次 |
最近记录: |