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,
i am trying to send direct messages using streaming api. but i am not able to receive any message which i have sent on my console.
i am using the following code...
var stream = Stream.CreateUserStream();
           stream.MessageSent+=(sender, a)=>
            {
                Console.WriteLine("User posted : ", a.Message.Text);
            };
            stream.StartStream();

Viewing all articles
Browse latest Browse all 4126

Trending Articles



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