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

New Post: The remote server return an error :(401) Unauthorized

$
0
0
I suggest that you download the source code of TweetInvi and go through the ExampleInvi project. It'll help you a lot in getting started.
var user = User.GetUserFromScreenName("yourfriend");
var tweets = user.GetUserTimeline(1000); // Get 1000 tweetsforeach (var tweet in tweets)
{
    Console.WriteLine(tweet.Text);
}
The maximum number of tweets that you can get this way is limited by the twitter api. Read up dev.twitter.com for more info.

imlokesh

Viewing all articles
Browse latest Browse all 4126

Trending Articles



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