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

New Post: Get user's stream through a browser

$
0
0
Hello,

All depends on whqt you want to do.
The UserStream allows to have a permanent connection to Twitter in order to get the latest events related with a specific User Token (that you get from the callback parameters).

At this point you should be able to use the UserStream in a dedicated service on your server and communicate with the client.
If you are not willing to have the tweets update in live you can use various methods like User.GetLatestHomeTimeline for example. It retrieves the tweets displayed on the timeline of the user you are connected with.
var user = new TokenUser(token);
var tweets = user.GetLatestHomeTimeline();
I would be happy to helpyou but please let me know what you wish to do.

Kind Regards,
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>