New Post: Getting Started... or trying to anyway
Hi! Have same problem (c#). Newtonsoft.json is updated, but SetCredentials threw exception. How to fix?
View ArticleNew Post: Filtered Stream not firing MatchingTweetReceived event handler
I'm trying to get the filtered stream to work in my code so I can search for hashtags in tweets. for example search tweets for the tag #btsno. Here's the snippet of the code in my program: // Twitter...
View ArticleNew Post: Trace in Visual Studio output dialog
Hello, I want to get rid of all logging messages (in visual studio output dialog) of Tweetinvi when I compile the project in Release mode. Is it possible to achieve this goal without this...
View ArticleSource code checked in, #38055
Version 0.9.3.4 - Only enable debug by default on debug compile
View ArticleNew Post: Trace in Visual Studio output dialog
Hi, In the current version it is not possible. Though, if you download the latest version (from Source Code tab), I have just updated the code for you. Regards, Linvi
View ArticleNew Post: Filtered Stream not firing MatchingTweetReceived event handler
Cheers :) I will leave the code so that people get some inspiration if needed.
View ArticleEdited Feature: Verify recursive data access and Max Id [2314]
As described in [https://tweetinvi.codeplex.com/discussions/550899](https://tweetinvi.codeplex.com/discussions/550899).
View ArticleSource code checked in, #38056
Version 0.9.3.5 - Fixed bug related with iterating over results in cursor queries generated by Tweetinvi (search)
View ArticleCommented Feature: Verify recursive data access and Max Id [2314]
As described in [https://tweetinvi.codeplex.com/discussions/550899](https://tweetinvi.codeplex.com/discussions/550899).Comments: Associated with changeset 38056: Version 0.9.3.5- Fixed bug related with...
View ArticleEdited Feature: Verify recursive data access and Max Id [2314]
As described in [https://tweetinvi.codeplex.com/discussions/550899](https://tweetinvi.codeplex.com/discussions/550899).
View ArticleCreated Unassigned: I am unable to post a replay to a tweet. Here is my...
namespace Examplinvi{ class Program{ static void Main(){ TwitterCredentials.SetCredentials("2650112520-CNRXdZBjWl8khN1lbQqMOLjYSfeabxUlJDHsPqp", "R9lWbvmmrOwg0xfzRRBteF8oSRY28ymkHsTDrlffI4VfO",...
View ArticleCreated Unassigned: Encountering System.AggregateException with...
Hi Linvi,Having read a separate topic on the discussion forum about keeping streams alive (url: https://tweetinvi.codeplex.com/discussions/542898) where someone suggested using the code below to put...
View ArticleNew Post: Exclude retweets and replies
Very easy to use API!!! im trying to get streams from the users that i'm following and it working fine, is there a way to exclude or filter out retweets and replies in the stream? just need the tweet...
View ArticleCreated Unassigned: SetCredentials Invalid / Expire [2326]
Hi, I just did a simple test if my code works:TwitterCredentials.SetCredentials("@CurrentPage.twitterAccessToken", "@CurrentPage.twitterAccessTokenSecret", "@CurrentPage.twitterConsumerKey",...
View ArticleNew Post: Exclude retweets and replies
Hello, There is now way to do that right now, I would advise to simply use the Tweet.IsRetweet property.FilteredStream : Filters the tweets created on twitter and sends them back to the...
View ArticleNew Post: Get user Mentions with custom query
I am trying to get user Mentions with custom query. But this code...
View ArticleNew Post: Get user Mentions with custom query
Hello there, You are not using the right version of the Twitter API. The latest is 1.1. Please try the following URL : https://api.twitter.com/1.1/statuses/mentions_timeline.json?since_id={0} Linvi
View ArticleCommented Unassigned: Encountering System.AggregateException with...
Hi Linvi,Having read a separate topic on the discussion forum about keeping streams alive (url: https://tweetinvi.codeplex.com/discussions/542898) where someone suggested using the code below to put...
View ArticleEdited Issue: Encountering System.AggregateException with...
Hi Linvi,Having read a separate topic on the discussion forum about keeping streams alive (url: https://tweetinvi.codeplex.com/discussions/542898) where someone suggested using the code below to put...
View Article