We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
any updates about it using latest API Twitter ? futures roadmap ?
The text was updated successfully, but these errors were encountered:
Why not working together ?
https://tweetinvi.codeplex.com/ https://www.nuget.org/packages/TweetinviAPI
https://linqtotwitter.codeplex.com/ https://www.nuget.org/packages/linqtotwitter
https://github.com/opentig/TwitterIrcGateway
https://github.com/PyYoshi/TwitterIrcGateway/blob/master/TwitterIrcGatewayCore/TwitterService.cs
Tweetinvi very simple for this:
TwitterCredentials.SetCredentials(accessToken, accessTokenSecret, consumerKey, consumerSecret); var user = User.GetLoggedUser(); Trace.WriteLine(user.ScreenName + " " + user.Id);
Tweet.PublishTweet("Hello Tweetinvi");
For newbie, the ideal samples would be:
How can I get your all tweets list programatically using C# ? (Max tweets you can retrieve is 3200) - cannot get all ?
And download photos and videos from anyone timeline too C# ?
How get the list of followers and following using C# ?
How send DM anyone user using C# ?
How can I follow to user using C#
How manage lists using C#?
Full source code samples and real applications in C# using good patterns and practices, for minimize the learning curve.
Sorry, something went wrong.
No branches or pull requests
any updates about it using latest API Twitter ?
futures roadmap ?
The text was updated successfully, but these errors were encountered: