Helo TwitDev,
We are using user,site and search REST API’s. While using site stream we face some inconvenience …
-
I initialise a site stream with 100 users (assume 90 are valid and 10 are not valid/not authenticated). In this case, in the following http response I do not get which users are connected and which users are not disconnected for some reason. It would be nice to have a json response with succeeded users list or failed users list with failure message.
-
When a user registers for a site stream, we are receiving tweets fine. Rarely, for few users we are not receiving tweets… so we assume that twitter has disconnected that user from site stream … so we attempt to add again. Well, this is a pain… twitter should automatically sync users and let us know about the disconnected users.
-
No REST api to check if a particular handle is valid or not. Or to check if a particular handle is connected in a specified stream. Please consider to provide one.
Thanks
Rakesh