New Post: Is there no way to use Tweetinvi in .NET project targeting...
Hi, My project is targeting .NET Framework 3.5. Is there no way to use TweetInvi with it? Harry
View ArticleCreated Unassigned: 9.3 release [2251]
Hi Linvi,When are you planning to release 9.3, I have an application which cannot launch until the tweet reply bug is fixed.Kind Regards,Matthew
View ArticleClosed Unassigned: 9.3 release [2251]
Hi Linvi,When are you planning to release 9.3, I have an application which cannot launch until the tweet reply bug is fixed.Kind Regards,MatthewComments: Hi,Tweetinvi 0.9.3.0 will be released in the...
View ArticleNew Post: Is there no way to use Tweetinvi in .NET project targeting...
Hi, Tweetinvi is not available for .NET Framework 3.5. You are not the first one to ask me for this. Tweetinvi is a Portable Class Library, it means that it is the only Twitter C# library that is...
View ArticleCommented Issue: Tweet favourite [2096]
I am trying to mark a tweet as a favourite, I have the authorization token and am able to view profile details. When I search for tweets I get back list but I am unable to mark any as a favourite, I...
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 ArticleReleased: Tweetinvi 0.9.3.x (Jun 01, 2014)
Timelines - Added all the parameters available from the Timeline Endpoints in Tweetinvi. - This is available for HomeTimeline, UserTimeline, MentionsTimeline// Simple queryvar tweets =...
View ArticleUpdated Release: Tweetinvi 0.9.3.x (Jun 01, 2014)
Timelines - Added all the parameters available from the Timeline Endpoints in Tweetinvi.- This is available for HomeTimeline, UserTimeline, MentionsTimeline// Simple queryvar tweets =...
View ArticleNew Post: Tweetinvi 0.9.3.0 release
You can now download Tweetinvi 0.9.3.0 that solves various bugs, add fields to user and tweet classes as well as adding new Timeline parameters. You can access this release from the Downloads page or...
View ArticleEdited Issue: 9.3.0: Timeline.GetUserTimeline not working [2253]
Timeline.GetUserTimeline(userid) has stopped working in the 9.3.0 release: An unhandled exception of type 'Autofac.Core.Registration.ComponentNotRegisteredException' occurred in Autofac.dllAdditional...
View ArticleClosed Unassigned: How to retreive notifications from stream [2245]
Ehm i'm not so practice with C# and API's,at the moment i'm using c# to imteplement twitter notifications to my software. But i have some issues with this code,when i try run this code the program...
View ArticleCommented Unassigned: Image upload not working [2254]
Hi,I'm trying to upload image from my WP8 app to Twitter and it worked well but from yesterday I can't post images with success. I'm using this code:```var file = ToByteArray(image); // Method to...
View ArticleSource code checked in, #37039
Version 0.9.3.0 - Renamed Generate to Create for more fluency to developers
View ArticleReleased: Tweetinvi 0.9.3.x (Jun 01, 2014)
Timelines - Added all the parameters available from the Timeline Endpoints in Tweetinvi. - This is available for HomeTimeline, UserTimeline, MentionsTimeline// Simple queryvar tweets =...
View ArticleUpdated Release: Tweetinvi 0.9.3.x (Jun 01, 2014)
Timelines - Added all the parameters available from the Timeline Endpoints in Tweetinvi.- This is available for HomeTimeline, UserTimeline, MentionsTimeline// Simple queryvar tweets =...
View ArticleCommented Issue: 9.3.0: Timeline.GetUserTimeline not working [2253]
Timeline.GetUserTimeline(userid) has stopped working in the 9.3.0 release: An unhandled exception of type 'Autofac.Core.Registration.ComponentNotRegisteredException' occurred in Autofac.dllAdditional...
View ArticleCreated Unassigned: Search throws exception [2257]
I just upgraded to 9.3 and now my Search.SearchTweets(searchParameter); is throwing an exception see trace.```Newtonsoft.Json.JsonSerializationException was unhandled HResult=-2146233088 Message=Cannot...
View Article