Skip to content
New issue

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

Updates #7

Open
kiquenet opened this issue Jan 26, 2015 · 1 comment
Open

Updates #7

kiquenet opened this issue Jan 26, 2015 · 1 comment

Comments

@kiquenet
Copy link

any updates about it using latest API Twitter ?
futures roadmap ?

@kiquenet
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant