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!