New Post: UserStream.StartStream (400) Bad Request
I finally found the problem: Instead of calling the: TwitterCredentials.ExecuteOperationWithCredentials I had to call the: TwitterCredentials.ApplicationCredentials =...
View ArticleNew Post: searchasync example to replace non async search + foreach
Hi Linvi, First of all thank you very much for this AMAZING and SIMPLE Twitter API. It's absolutely brilliant! I am porting your whole API as a vvvv plugin dll. vvvv is a visual programming language...
View ArticleCreated Unassigned: TweetRemainingCharacters does not take photo into account...
Observe the following code:```var twt = Tweet.CreateTweet("Hulp nodig op vakantie? Dan is het handig dat je bij onverwachte gebeurtenissen een beroep kunt doen op service....
View ArticleCreated Unassigned: TweetRemainingCharacters does not parse Google link...
When trying the _TweetRemainingCharacters_ for a Tweet with a link to Google, I'm getting the wrong number of characters returned. It seems the link isn't detected correctly.```var twt =...
View ArticleNew Post: searchasync example to replace non async search + foreach
Hi again, not sure I asked my question correctly: here is a much simpler version of it (as I realise what I am trying to do might not be possible): Is it possible to fire an event every time a new...
View ArticleNew Post: searchasync example to replace non async search + foreach
Hi there, I am not sure what you meant by your first question. For the second one, you want to use the FilteredStream.var filteredStream = Stream.CreateFilteredStream();...
View ArticleEdited Issue: TweetRemainingCharacters does not take photo into account [2348]
Observe the following code:```var twt = Tweet.CreateTweet("Hulp nodig op vakantie? Dan is het handig dat je bij onverwachte gebeurtenissen een beroep kunt doen op service....
View ArticleEdited Issue: TweetRemainingCharacters does not parse Google link correctly....
When trying the _TweetRemainingCharacters_ for a Tweet with a link to Google, I'm getting the wrong number of characters returned. It seems the link isn't detected correctly.```var twt =...
View ArticleSource code checked in, #38258
Version 0.9.4.0 - Fixed a bug that caused some urls with the '=' character to have an invalid Tweet Length - Added test for this case
View ArticleCommented Issue: TweetRemainingCharacters does not parse Google link...
When trying the _TweetRemainingCharacters_ for a Tweet with a link to Google, I'm getting the wrong number of characters returned. It seems the link isn't detected correctly.```var twt =...
View ArticleEdited Issue: TweetRemainingCharacters does not parse Google link correctly....
When trying the _TweetRemainingCharacters_ for a Tweet with a link to Google, I'm getting the wrong number of characters returned. It seems the link isn't detected correctly.```var twt =...
View ArticleNew Post: Simple user log in
I am creating an app that requires the user to log into their twitter account. I am having trouble with that since I see no clear way to do that in the documentation. I need to have the user log in so...
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 API....
View ArticleNew Post: Simple user log in
Hi, Are you sure you are not referencing the following documentation? Linvi
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 API....
View ArticleNew Post: Simple user log in
I have used that to allow my applications to be registered with twitter, I just must be missing some obvious when it comes to using it for user log in. I want users to be able to just enter their...
View ArticleNew Post: Simple user log in
ezraza wrote: I have used that to allow my applications to be registered with twitter, I just must be missing some obvious when it comes to using it for user log in. I want users to be able to just...
View ArticleCommented Issue: TweetRemainingCharacters does not parse Google link...
When trying the _TweetRemainingCharacters_ for a Tweet with a link to Google, I'm getting the wrong number of characters returned. It seems the link isn't detected correctly.```var twt =...
View ArticleCommented Unassigned: Changing Locations of Running Stream causing Exception...
I am trying to change the geographical locations of a currently running filtered stream. I have read another thread on the forum on how to do this..``` public static _filteredStream =...
View ArticleCommented Issue: TweetRemainingCharacters does not take photo into account...
Observe the following code:```var twt = Tweet.CreateTweet("Hulp nodig op vakantie? Dan is het handig dat je bij onverwachte gebeurtenissen een beroep kunt doen op service....
View Article