0

我已经使用 Instagram api 在我的应用程序中集成了 Instagram。我想对来自应用程序的图像发表评论。我如何使用 Instagram api 发表评论 谢谢

4

1 回答 1

0

像这样试试

curl -F 'access_token=ACCESS-TOKEN' \
-F 'text=This+is+my+comment' \
https://api.instagram.com/v1/media/{media-id}/comments

请参考http://instagram.com/developer/endpoints/comments/

于 2013-05-17T12:51:57.863 回答