【问题标题】:Error: Insufficient Scope Permissions错误:范围权限不足
【发布时间】:2013-07-23 21:02:01
【问题描述】:

我正在开发一个 web 应用程序来发布到 stocktwits 墙上。现在我收到一个错误:范围权限不足。谁能告诉我错误在哪里?

我的代码是:

<form name="chart" method="post" action="https://api.stocktwits.com/api/2/messages/create.json?access_token=657c40d5a04615c973d474745f8f1311960dcc6d">
    <a id="post">Message Posting</a>
    <input type="submit" value="Post" />
</form>

【问题讨论】:

  • 这意味着当您将用户帐户授权给您的应用时,您可能没有传递正确的权限或范围。您需要确保通过:publish_messages

标签: html asp.net http-post stocktwits


【解决方案1】:

我建议阅读更多关于http://stocktwits.com/developers/docs/api 的内容,尤其是http://stocktwits.com/developers/docs/authentication#scopes

消息不言自明 - 您没有足够的权限进行此 API 调用。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2019-07-06
    • 1970-01-01
    • 2014-10-24
    • 1970-01-01
    • 2019-10-02
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多