Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在文档中进行了研究,但我找不到任何东西。
我希望用户评论他人的照片并喜欢他们的照片。我怎样才能做到这一点? 我正在使用 php-sdk 也使用图形 api。
您是否尝试过浏览photo对象文档? 评论:
photo
您可以通过发出具有 publish_stream 权限和以下参数的 HTTP POST 请求写入 PHOTO_ID/comments 连接以向照片发布评论。
喜欢:
您可以通过向具有 publish_stream 权限的 PHOTO_ID/likes 连接发出 HTTP POST 请求来点赞照片。不需要参数。