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

New Post: issue in direct messages using streaming api

$
0
0
Hi,

Thank you for the reply.

Could you please try and check if any of the 2 following events are being raised when you send a message.
var us = Stream.CreateUserStream();
us.UnmanagedEventReceived += (sender, args) =>
{
    Console.WriteLine("unexpected message received");
    Console.WriteLine(args.JsonMessageReceived);
};

us.JsonObjectReceived += (sender, args) =>
{
    Console.WriteLine("Json Received!");
    Console.WriteLine(args.Json);
};
If any of these are being raised when you send a message, please give me value of the Json.

Thanks,
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>