New Post: TwitterCredentials.CreateCredentials initialisation exception
I forgot to update this to say downgrading Unity fixed my problem. However, that looks like a different error to the one I received, waqarm22. I'm not very experienced with VS/C# errors, but that looks...
View ArticleCreated Unassigned: Reply with multiple pictures [2293]
I could not able to reply with multiple pictures.I added 3 pictures and did reply, only one image is replied.My code is as followsbyte[] file1 =...
View ArticleNew Post: Resolving Mutual Relationship (2 way follow)
Hello there, Sorry for taking so much time to reply to your post. I usually respond within hours but I have been working a lot lately. Either way, you are going to be playing against the rate limits of...
View ArticleNew Post: Cannot find System.Threading.Tasks
Hi, Sorry for taking so much time to reply to your post. I usually respond within hours but I have been working a lot lately. I am not sure what can be causing the problem, I am personally working with...
View ArticleNew Post: Upload Profile Picture
Hi, Yes, I am sorry, this is not possible from the Twitter API. This feature is only available from Twitter. Though, Tweetinvi has already been implemented the feature so that, as soon as Twitter...
View ArticleNew Post: Do we able to get keyword searched from the tweets by using...
Hi there, Sorry for taking so much time to reply to your post. I usually respond within hours but I have been working a lot lately. This feature is something that you have to implement by doing a...
View ArticleNew Post: TwitterCredentials.CreateCredentials initialisation exception
Hello there, Please update to the latest version of Tweetinvi. The latest versions do not use Unity anymore. It now uses Autofac which enables Tweetinvi to be working as a cross platform solution....
View ArticleNew Post: Download an image included in a Tweet
Hi there, Well that might be possible to pass the authentication headers but you would still need to know the URL that you want to request? Maybe I am not understanding your question? Linvi
View ArticleNew Post: GetUserTimelineAsync throws exception
Hi, Great APIs! Just started using it to get timelines for about three or four handles. The call sequence looks like this:TwitterCredentials.SetCredentials(...);user = await...
View ArticleCommented Unassigned: FAILED:Using Tweetinvi in a project using VS2010! [2289]
Hi there,I am trying to use Tweetinvi 0.9.3.4 in my project using Visual Studio 2010. I have downloaded the binaries. When I add reference to my project I add Tweetinvi.dll and Tweetinvi.Core.dll. I...
View ArticleNew Post: Authorizing Twitter user
Hi, I’m new to this so forgive me if this is a stupid question: I’m making an ASP.NET application that posts tweets on behalf of the user. This works fine, but if I save the access tokens and consumer...
View ArticleCreated Unassigned: Value cannot be null. Parameter name: collection...
I cannot figure out the problem and how to handle this exception Source: "mscorlib"
View ArticleCreated Unassigned: Unterminated String Error Downloading Tweets [2299]
Hi!Trying to download a bunch of tweets, I usually receive this error:```[Newtonsoft.Json.JsonReaderException] = {"Unterminated string. Expected delimiter: \". Path '[41].user.listed_count', line 1,...
View ArticleCreated Unassigned: How to fix "object reference not set to an instance of an...
I'm calling the search function var tweets = Search.SearchTweets(searchParameter);I cannot figure out the problem and how could I fix it
View ArticleCommented Unassigned: Null Object Reference [2276]
whenever i try to get follower or friends of any user, the API gives me exception of "Null Object Reference". List<string> total = new List<string>(); List<Tuple<int, string>>...
View ArticleNew Post: Get Home Timeline
Hi, I'm trying to use Tweetinvi to build a simple twitter app for WP. When I try to get the Home many tweets are dupliated. This is the code I'm using: private async void GetTimeline() {...
View ArticleCreated Unassigned: NullReferenceException with...
Hello,I'm trying for the first time this nice Twitter lib and I'm having trouble I'm trying to do something simple : getting my list of friends....
View ArticleCommented Unassigned: NullReferenceException with...
Hello,I'm trying for the first time this nice Twitter lib and I'm having trouble I'm trying to do something simple : getting my list of friends....
View ArticleNew Post: Since and until parameters seems not to work on the same day
Hi, I am trying to filter twits by datetime and it's working fine excepting for in the same day. I mean, if I set the same day but different time (for example, from 00:00:00 to 23:59:59), it returns no...
View ArticleNew Post: Streaming API
I cant get the streaming API to work correctly. I have read the discussion https://tweetinvi.codeplex.com/discussions/461350, and downloaded the sample...
View Article