Error: Insufficient Scope Permissions

1.3k Views Asked by At

I am developing a web application to post to stocktwits wall. Now I am getting an error: Insufficient Scope Permissions. Can anybody tell me where the error is?

My Code is:

<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>
1

There are 1 best solutions below

0
On

I suggest reading more on http://stocktwits.com/developers/docs/api especially http://stocktwits.com/developers/docs/authentication#scopes.

The message is self evident - you do not have enough permission for this API call.