【发布时间】:2013-05-17 12:28:47
【问题描述】:
我已经使用 Instagram api 在我的应用程序中集成了 Instagram。我想对来自应用程序的图像发表评论。如何使用 Instagram api 发布 cmets 谢谢
【问题讨论】:
我已经使用 Instagram api 在我的应用程序中集成了 Instagram。我想对来自应用程序的图像发表评论。如何使用 Instagram api 发布 cmets 谢谢
【问题讨论】:
这样试试,
curl -F 'access_token=ACCESS-TOKEN' \
-F 'text=This+is+my+comment' \
https://api.instagram.com/v1/media/{media-id}/comments
【讨论】: