Quantcast
Channel: Tweetinvi a friendly Twitter C# library
Viewing all articles
Browse latest Browse all 4126

New Post: Stream API - Cannot see new followed tweets

$
0
0
Hi,

I am not sure about this and I will have to test this. But Tweetinvi is raising all the events that Twitter sends to the stream.
I guess you can check if Tweetinvi is missing the message by using the events JsonObjectReceived and UnmanagedEventReceived.
var userStream = Stream.CreateUserStream();
            
userStream.JsonObjectReceived += (sender, args) =>
{
    var json = args.Json;
};

userStream.UnmanagedEventReceived += (sender, args) =>
{
    var json = args.JsonMessageReceived;
};
If none of these events are raised it means that Twitter does not send the information for the new follower.

Cheers,
Linvi

Viewing all articles
Browse latest Browse all 4126

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>