How to make Twitter Streaming APIs work with jsOAuth?

别来无恙 提交于 2020-01-17 02:44:30

问题


As has been noted in the answer to my prior question: Twitter APIs : update working, but filter does not

.. the filter API is a streaming API: https://dev.twitter.com/docs/streaming-apis

I would like to make jsOAuth work with these streaming APIs: https://github.com/bytespider/jsOAuth

It works well with the REST APIs, and if anyone has made (or knows how to make) it work with the streaming APIs, please enlighten me!

Thanks!


回答1:


jsOauth does not currently support streaming API, as confirmed by its own author:

https://github.com/bytespider/jsOAuth/issues/29#issuecomment-6841882

Looks like I will have to find an alternative till the next release.



来源:https://stackoverflow.com/questions/11374771/how-to-make-twitter-streaming-apis-work-with-jsoauth

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!