New Post: Issues with Tweetinvi 0.9.5.2 - Binaries
Please try using Nuget (Install-Package TweetinviAPI). I have just tested (Windows 7 + Visual Studio 2010 + .NET Framework 4) and it works, I will try later from the binaries directly. Linvi
View ArticleNew Post: Issues with Tweetinvi 0.9.5.2 - Binaries
Thanks a lot Linvi, It works now. Please is there a documentation of the API that shows the Methods in it and what it returns? Thank you.
View ArticleNew Post: Issues with Tweetinvi 0.9.5.2 - Binaries
Well you have the documentation here : https://tweetinvi.codeplex.com/documentation. I have not created any documentation that shows what each method is returning. Instead each method name should be...
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...
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...
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...
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...
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...
View ArticleReviewed: Tweetinvi 0.9.5.x (Feb 27, 2015)
Rated 5 Stars (out of 5) - Great API for Twitter... And the Main Developer is very responsive to any issues and feature updates.
View ArticleNew Post: How get the user/creator of tweet ?
I will send you the file in a few hours Han Swinkels
View ArticleNew Post: convert samplestream to vb.net
I am sorry I do not have a good knowledge of VB, maybe someone else will come to your rescue. Linvi
View ArticleNew Post: How do I add authentication to a WFA?
As described in the documentation as per today find use the following code :// This method shows you how to create Application credentials. // This type of credentials do not take a AccessKey or...
View ArticleReviewed: Tweetinvi 0.9.5.x (Feb 27, 2015)
Rated 5 Stars (out of 5) - Tweetinvi, is one of the main library underpinning a digital forensics tool, to capture data from Twitter - accounts of those suspected of criminal activity in the United...
View ArticleNew Post: GetTweetsFromList() Function Keeps Returning Nul
Hi, Whenever I try to retrieve all list of tweets in my profile using the code below I keed getting MyTweets to be null.IEnumerable<ITweet> myTweets = TweetList.GetTweetsFromList(MyProfile.ID);...
View ArticleNew Post: GetTweetsFromList() Function Keeps Returning Nul
TweetList is not a profile, I think you want to use the Timeline instead.var tweets = Timeline.GetHomeTimeline();Linvi
View ArticleNew Post: GetTweetsFromList() Function Keeps Returning Nul
Thanks Linvi. I am able to retrieve the tweets in my Timeline with this IEnumerable<ITweet> myTweets = Timeline.GetUserTimeline(MyProfile.ID, MyProfile.StatusCount); But I have over a thousand...
View ArticleNew Post: GetFriends() Function
Hi, The value the GetFriends() function returns keeps fluctuating sometime it will return the list of my friend and sometime it will just return null, Here is my code:IEnumerable<IUser>...
View ArticleNew Post: How get the user/creator of tweet ?
I am actually so stupid :P timelineParameter.TrimUser = true; Needed to change that to false... Why did it took me so long to figure this out ? :(
View Article