Hello, has anybody tried to call Stream API v1.1 with this library? The goal is to keep a connection alive and loop listening this connection, something like this but adding OAuth.
I've dived through twitter-async code and I guess the thing is in EpiOAuth::httpPost($url, $params = null, $isMultipart) where a new $stream parameter might be added.
Maybe try a home made version of it but just ask in case someone has already tried or in case @jmathai has some tips for me...
Never tried to access the stream API. I presume it would require opening a socket connection instead of using curl like the library is currently doing.
Hello, has anybody tried to call Stream API v1.1 with this library? The goal is to keep a connection alive and loop listening this connection, something like this but adding OAuth.
I've dived through twitter-async code and I guess the thing is in
EpiOAuth::httpPost($url, $params = null, $isMultipart)
where a new$stream
parameter might be added.Maybe try a home made version of it but just ask in case someone has already tried or in case @jmathai has some tips for me...
Cheers