簡體   English   中英

在擁有的頁面上獲得評論

[英]Get comment on owned page

我在 Facebook 上擁有一個頁面。 我的目的是收集用戶在我的頁面中的所有評論、回復以及評論的線程 ID。

我已經閱讀了 Facebook 的 Graph API 的文檔,它描述了:

Page owned Comments and Replies — For any comments or replies owned by (on) a Page, you must use a Page access token if you want User information to be included in the response

我很困惑,我有訪問令牌,但 API 端點看起來像:

GET /v4.0/{comment-id} HTTP/1.1

這是否意味着我必須指定一個評論 ID 才能得到它? 請你幫幫我。 謝謝。

這將是正確的端點:GET /v4.0/{post-id}/comments HTTP/1.1

https://developers.facebook.com/docs/graph-api/reference/post/

子評論:GET /v4.0/{comment-id}/comments HTTP/1.1

Facebook 圖 API:在討論樹中獲取“子評論”

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM