json - Insufficient Scope Permissions -
i developing web application. in application post message on stocktwits wall. here getting error: insufficient scope permissions. tell me error is...
my code is
<form name="chart" method="post" action="https://api.stocktwits.com/api/2/messages/create.json?access_token=657c40d5a04615c973d474745f8f1311960dcc6d&'body=message'"> <a id="post">message posting</a> <input type="submit" value="post" /> </form>
the token you're using doesn't have permission you're calling for.
Comments
Post a Comment