javascript - How to make Twitter Streaming APIs work with jsOAuth? -


as has been noted in answer prior question: twitter apis : update working, filter not

.. filter api streaming api: https://dev.twitter.com/docs/streaming-apis

i make jsoauth work these streaming apis: https://github.com/bytespider/jsoauth

it works rest apis, , if has made (or knows how make) work streaming apis, please enlighten me!

thanks!

jsoauth not support streaming api, confirmed own author:

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

looks have find alternative till next release.


Comments

Popular posts from this blog

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -