我正在使用这些文档来弄清楚如何让 stocktwits oauth 工作:
http://stocktwits.com/developers/docs/authentication
http://stocktwits.com/developers/docs/api#oauth-authorize-docs
是的,我一直在使用我的消费者密钥代替 client_id,参考以下内容:
api.stocktwits.com/api/2/oauth/authorize?client_id=&response_type=token&redirect_uri=www.example.com&scope=read,watch_lists,publish_messages,publish_watch_lists,follow_users,follow_stocks
当我尝试在 chrome、firefox 或命令行中访问此 url 时,我不断收到此错误:
错误:invalid_client 未知客户端
有什么建议吗?不确定除了 client_id/consumer 键之外我还需要最初指定什么。
谢谢!