Updated Wiki: Home
Tweetinvi 0.9.0.0 is coming in few days. Please get ready for the migration! What's new? About Tweetinvi Tweetinvi an intuitive C# SDK for Twitter APITweetinvi is an intuitive .NET C# SDK that...
View ArticleUpdated Wiki: Home
What's new? About Tweetinvi Tweetinvi an intuitive C# SDK for Twitter APITweetinvi is an intuitive .NET C# SDK that provides an easy and intuitive access to the Twitter REST and STREAM API 1.1....
View ArticleUpdated Wiki: Home
Tweetinvi 0.9.0.0 is now released! Enjoy :) What's new? About Tweetinvi Tweetinvi an intuitive C# SDK for Twitter APITweetinvi is an intuitive .NET C# SDK that provides an easy and intuitive access...
View ArticleCreated Feature: Tweet.PublishReply [2044]
Add a method allowing developers to publish a reply from a tweet.
View ArticleCreated Feature: Tweet.PublishReply giving a simple string [2045]
Have a method allowing developers to publish a reply to a tweet with a simple string.
View ArticleEdited Feature: Tweet.PublishReply giving a simple string [2045]
Have a method allowing developers to publish a reply to a tweet with a simple string.
View ArticleCreated Feature: Tweet.PublishTweet(ITweet) should update the tweet [2046]
Tweet.PublishTweet returns a Tweet. PublishTweet should send back a boolean representing the success of the action.The tweet passed as a parameter should be updated.
View ArticleEdited Feature: Tweet.PublishTweet(ITweet) should update the tweet [2046]
Tweet.PublishTweet returns a Tweet. PublishTweet should send back a boolean representing the success of the action.The tweet passed as a parameter should be updated.
View ArticleEdited Feature: Tweet.PublishReply [2044]
Add a method allowing developers to publish a reply from a tweet.
View ArticleCreated Feature: Add static Tweet.PublishWithGeo [2047]
This feature is currently missing. It is only available from the Tweet object itself.
View ArticleEdited Feature: Add static Tweet.PublishWithGeo [2047]
This feature is currently missing. It is only available from the Tweet object itself.
View ArticleUpdated Wiki: Quick Start
Quick Start Tweetinvi is a C# .NET API developped to simplify the life of developers will to access the Twitter API. It provides an easy access to the Twitter REST API and the Twitter stream API....
View ArticleUpdated Wiki: Documentation
Quick Start Tweetinvi is a C# .NET API developped to simplify the life of developers will to access the Twitter API. It provides an easy access to the Twitter REST API and the Twitter stream API....
View ArticleNew Post: Error with the last release 0.9.0.0
It works. Thanks. But ... I'm working with MEF and I don't really like the fact to have 2 different DI frameworks in my solution...
View ArticleNew Comment on "Documentation"
Hello Invi. I like your API. it is just I need Can I use the API in Windows service project on VS 2008? Thanks
View ArticleNew Post: Error with the last release 0.9.0.0
Hi, I don't see what is the current issue. I understand you do not want to use 2 DI frameworks in your code. But that does not mean you cannot reference another DI framework within your project. The...
View ArticleNew Post: Error with the last release 0.9.0.0
You should never be needing to construct inject a Tweetinvi interface in your project. Though I will try and see if using Unity as IoC takes over MEF if used as such. I will keep you up to date when...
View ArticleNew Post: Error with the last release 0.9.0.0
I don't think of any particular issues. Don't look too far, there is probably nothing to find ... :)
View ArticleNew Post: 401 Unauthorized Access
I keep getting the error when trying to run your code sample bellow. The credentials works fine when executing Curl request from from tvitter/apps. What could be wrong? Please help static void Main() {...
View ArticleNew Post: 401 Unauthorized Access
Hi there, You need to set the TwitterCredentials.Credentials value like that :TwitterCredentials.Credentials = TwitterCredentials.CreateCredentials(...
View Article