从iPhone应用程序发布Instagram图片评论

时间:2013-05-17 12:28:48

标签: iphone oauth instagram

我已经使用Instagram api在我的应用中集成了Instagram。我想发布关于app的图片评论。如何使用Instagram api发表评论 感谢

1 个答案:

答案 0 :(得分: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/