How To Make Twitter Streaming Apis Work With Jsoauth?
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/streamin
Solution 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.
Post a Comment for "How To Make Twitter Streaming Apis Work With Jsoauth?"