使用 JavaScript 代码在我朋友的照片中发表评论
我正在开发一个应用程序,显示我的朋友照片和对此照片的评论我得到了我朋友的照片,现在我不知道是否可以对我的朋友照片发表评论,或者不仅仅是我的问题这是可能的这样做?
我如何对我朋友的照片发表评论?
I'm developing an app that display my fiend photo and the comment to this photo i'm get the photo of my friend and now i don't know if it's possible to post comment to my fiend photo or not just my question it's possible to do that?
how i can post comment to my friend photo?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不熟悉 c#,所以我不确定如何以编程方式完成此操作,但您必须将请求发布到
https://graph.facebook.com/LONG_PHOTO_ID/comments&access_token=...
带有 POST 参数
消息
I'm not in familiy with c# so I'm not sure how can you done this programmatically, but You'll have to POST request to
https://graph.facebook.com/LONG_PHOTO_ID/comments&access_token=...
with POST argument
message