【问题标题】:Posting comments on images Instagram from IPhone app从 iPhone 应用程序对图片 Instagram 发表评论
【发布时间】:2013-05-17 12:28:47
【问题描述】:

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

【问题讨论】:

    标签: iphone oauth instagram


    【解决方案1】:

    这样试试,

    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/

    【讨论】:

    • 您是否使用了有效的访问令牌?
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2019-04-28
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-11-29
    相关资源
    最近更新 更多