Source code checked in, #39787
Version 0.9.4.1 - Async operation could reset the MainThread Credentials resulting in losing the ability to perform a query after the first one has been performed.
View ArticleCommented Issue: Bug resulting in Async methods clearing credentials [2450]
https://tweetinvi.codeplex.com/discussions/570639#post1316757Comments: Associated with changeset 39787: Version 0.9.4.1- Async operation could reset the MainThread Credentials resulting in losing the...
View ArticleEdited Issue: Bug resulting in Async methods clearing credentials [2450]
https://tweetinvi.codeplex.com/discussions/570639#post1316757
View ArticleCommented Issue: Verify Windows XP compatibility [2193]
Verify that Tweetinvi is compatible with Windows XP.Comments: ** Comment from web user: linvi ** Hi there,Tweetinvi Libraries target the .NET Framework 4.0.Linvi
View ArticleNew Post: 401 Not Authorized Exception when calling...
As for twitter OAuth... it do not require authorization secret in POST oauth/access_token (wich is actually performed on GetCredentialsFromVerifierCode call) but tweetinvi check for it presense . You...
View ArticleCreated Unassigned: is any way to tweet upto 140 chars using tweetinvi? [2451]
Hi Team, when I am posting tweet upto 100 chars than it is tweeted successfully. but it it not working for more than 100 chars, can you please tell me what is the limit here. I have seen on twitter ,...
View ArticleCommented Unassigned: I want to retweet using tweetinvi. [2436]
Hi , I want to retweet using tweetinvi but I got return null. I am sharing my code here please help asap.ITweet data1 = null; TwitterCredentials.ExecuteOperationWithCredentials(credentials, () =>{...
View ArticleCommented Unassigned: I want to retweet using tweetinvi. [2436]
Hi , I want to retweet using tweetinvi but I got return null. I am sharing my code here please help asap.ITweet data1 = null; TwitterCredentials.ExecuteOperationWithCredentials(credentials, () =>{...
View ArticleCommented Unassigned: is any way to tweet upto 140 chars using tweetinvi? [2451]
Hi Team, when I am posting tweet upto 100 chars than it is tweeted successfully. but it it not working for more than 100 chars, can you please tell me what is the limit here. I have seen on twitter ,...
View ArticleEdited Unassigned: is any way to tweet upto 140 chars using tweetinvi? [2451]
Hi Team, when I am posting tweet upto 100 chars than it is tweeted successfully. but it it not working for more than 100 chars, can you please tell me what is the limit here. I have seen on twitter ,...
View ArticleCommented Unassigned: I want to retweet using tweetinvi. [2436]
Hi , I want to retweet using tweetinvi but I got return null. I am sharing my code here please help asap.ITweet data1 = null; TwitterCredentials.ExecuteOperationWithCredentials(credentials, () =>{...
View ArticleCommented Unassigned: I want to retweet using tweetinvi. [2436]
Hi , I want to retweet using tweetinvi but I got return null. I am sharing my code here please help asap.ITweet data1 = null; TwitterCredentials.ExecuteOperationWithCredentials(credentials, () =>{...
View ArticleCommented Unassigned: I want to retweet using tweetinvi. [2436]
Hi , I want to retweet using tweetinvi but I got return null. I am sharing my code here please help asap.ITweet data1 = null; TwitterCredentials.ExecuteOperationWithCredentials(credentials, () =>{...
View ArticleCreated Unassigned: Null Object Reference & ERROR code 215 [2452]
HI ,Tweetinvi team.I'm get an error "NullReferenceException : Object reference not set in an instance of an object " when I publish a tweet. Normally, I used to publish a tweet via this code many time....
View ArticleNew Post: problems with Stream no events fired
You can make sure that you're using the correct DST settings. I had this issue with stream because of the fact that daylight saving time had ended but my machine was still using it. Hope this helps...
View ArticleNew Post: Cashtags and Hashtags with FilteredStream
I just checked and hashtags seem to be working fine with stream. However, there's a problem with cashtag. You can check that JsonObjectReceived event is fired on cashtags but not the...
View ArticleCreated Unassigned: Problem with Cashtags and FilteredStream [2453]
Hi linvi,Please look at this:https://tweetinvi.codeplex.com/discussions/570773Thanks,imlokesh
View ArticleNew Post: problems with Stream no events fired
Yep i have figured out there might be some problem like that, however i have synched several different machines with Windows timeserver and also the pool.ntp.org. and the problem is still not solved. I...
View ArticleNew Post: Cashtags and Hashtags with FilteredStream
Thank for your help. This workaround is performing well. CPU usage dropped by about 20% as well as resolved the original issue. Should I open a bug on this, or did you already handle that?
View ArticleNew Post: Cashtags and Hashtags with FilteredStream
I've created an issue about this problem.https://tweetinvi.codeplex.com/workitem/2453
View Article