Hello,
I am trying to use the Twitter User Streams API to get specific users information. But I am pretty much confused about the integration of this API. So I took the help of the Twitter Console( https://dev.twitter.com/console ). There also I am not getting the proper way to do that.
There, I chose the “https://userstream.twitter.com/1.1” and I also chose the streaming “/user.json”. Then I simply click on “Send” button. But I am not getting any kind of result for a single time, except the “Gateway Timeout”. There are some parameters present for this API, but I check that none of them are required. So I run that without any parameter.
After this I have also checked with the @Abraham’s twitter oAuth( in PHP ) class file and using the functions to access the particular “user” for user streaming. But I failed every time, though I did all authentication/connection perfectly
I was also able to get results for the simple REST APIs( Followers IDs ). I really don’t understand that what to do to integrate the user stream API.
So, if anybody can provide the exact way to integrate the user stream API asap, would be a great help for me. My approaches would be wrong, so a fresh way would be very much acceptable.
Will wait for a good response,
Thanks in advance 