Closed Unassigned: wp8 app hanging when using tweetinvi with async/await [2282]
hi there, when I using tweetinvi with this code in my wp8 application: var url = CredentialsCreator.GetAuthorizationURL(credentials);the app hanged out. after I debugged through, i found out that, the...
View ArticleEdited Feature: 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 ArticleCommented Unassigned: Value cannot be null. Parameter name: collection...
I cannot figure out the problem and how to handle this exception Source: "mscorlib"Comments: ** Comment from web user: linvi ** Hello,Would you please provide more information related with your...
View ArticleCommented 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 ArticleCommented 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 ArticleCommented Unassigned: Popular user against any keyword. [2307]
Is there any way to find popular user on twitter against any keyword using tweetinvi.for example popular users for "java"Comments: ** Comment from web user: linvi ** Is there such a feature in Twitter?
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 ArticleCreated Unassigned: Lock ExceptionHandler [2315]
https://tweetinvi.codeplex.com/discussions/550865
View ArticleEdited Unassigned: Lock ExceptionHandler [2315]
https://tweetinvi.codeplex.com/discussions/550865
View ArticleSource code checked in, #37999
Tweetinvi 0.9.3.5 - Added features to the ExceptionHandler
View ArticleCommented Unassigned: Lock ExceptionHandler [2315]
https://tweetinvi.codeplex.com/discussions/550865Comments: Associated with changeset 37999: Tweetinvi 0.9.3.5- Added features to the ExceptionHandler
View ArticleEdited Unassigned: Lock ExceptionHandler [2315]
https://tweetinvi.codeplex.com/discussions/550865
View ArticleCommented Unassigned: How to fix "object reference not set to an instance of...
I'm calling the search function var tweets = Search.SearchTweets(searchParameter);I cannot figure out the problem and how could I fix itComments: ** Comment from web user: linvi ** Well it probably...
View ArticleCommented Unassigned: Popular user against any keyword. [2307]
Is there any way to find popular user on twitter against any keyword using tweetinvi.for example popular users for "java"Comments: ** Comment from web user: faisaljamil2010 ** I don't know but I want...
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: Getting Started... or trying to anyway
I have installed version 0.9.3.4 via nuget in my VS 2013 (4.5) (VB) website project. Each time I run TwitterCredentials.SetCredentials() I get the following exeption.The type initializer for...
View ArticleNew Post: Getting Started... or trying to anyway
I am not sure I understand what is going wrong. You are invoking the TwitterCredentials and it fails? Never got anyone with this problem. Would you please send me the complete callstack. Linvi
View ArticleNew Post: Getting Started... or trying to anyway
Figured it out. I had to update my newtonsoft.json reference. Working great now. Thanks Sent from my iPhone
View Article