New Post: How I can add a friend to my friends list?
I've tried to use ".FollowUser" method, but return alwais "false", that is, the user is not following. That's why I've tried ".Friends.add", but does not work. Excuse me if my English is not very good....
View ArticleNew Post: Woefully off Topic
It may be - I think the problem is that the samples seem to be for Window 8.1, and most are for Windows Store Apps - so getting a handle on the APIs and trying to work out how to receive notifications...
View ArticleNew Post: Generate Credential Examples
Hello Everyone, I have a workaround to this problem, I am using tweetinvi into my project and also stuck into into this problem as well. First of all sorry for my english. 1.Using Below code to...
View ArticleNew Post: Generate Credential Examples
I can confirm that aru2man's response is the solution, please mark his as the correct answer. In a web context, we need to be saving the AuthorizationKey and AuthorizationSecret before we redirect the...
View ArticleNew Post: Generate Credential Examples
Yes, you're right, aru2man's answer solved the problem, thank you both.
View ArticleNew Post: Follow 1400+ ids = (400) Bad Request
Dear linvi, Sorry for being late it was the weekend :) , you can read thishttp://www.boutell.com/newfaq/misc/urllength.html
View ArticleNew Post: Is it possible to add more tracks to a running stream instead of...
Many Thanks , I just need to share this work with you and other guys, I just wanted that the stream to listen to any upcoming requests for adding new tracks to it without breaking your design, so I...
View ArticleNew Post: Mixed ANDs and ORs
Hi linvi, unfortunately this will not solve my question because of this DoestTheTweetMatchAllConditions I don't want the tweet to have "word1 and word2" and also "word3 and word4" at the same time so...
View ArticleNew Post: Download an image included in a Tweet
Hello, Is it possible to download an image included in a tweet ? Please i need an example.
View ArticleSource code checked in, #35899
Version 0.9.2.2 - Updated Message.cs so that it does not get the latest message received when requesting the messages sent.
View ArticleCommented Issue: GetLatestMessagesSent not work [2136]
v 0.9.1.0 In file MessageAsync.cs line 24 called return await Sync.ExecuteTaskAsync(() => Message.GetLatestMessagesReceived(maximumMessages));instead ofreturn await Sync.ExecuteTaskAsync(() =>...
View ArticleNew Post: Getting the favorite_count from a Tweet
Hi there, The favourites count property is not a property related with a Tweet but a property related with a user. If you carefully look the json, you will see that it is located with the user node....
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: [ADMIN] Week Holiday (16/04 to 23/04)
I just wanted to warn the community that I will be in holidays from the 16th to the 23rd of April. During this time I won't have any access to Internet and won't be able to reply to any question.I hope...
View ArticleNew Post: Mixed ANDs and ORs
Yes , I think this will solve my problem :) at the end Thank you in all cases
View ArticleNew Post: Getting the favorite_count from a Tweet
I think we are discussing different things. Sorry for the long data dump but I wanted to provide all the information I compiled while researching this: Let's use Tweet 210462857140252672 as an example....
View ArticleCreated Task: Add the FavouriteCount parameter to the Tweet class [2157]
As described in https://tweetinvi.codeplex.com/discussions/542224
View ArticleEdited Task: Add the FavouriteCount parameter to the Tweet class [2157]
As described in https://tweetinvi.codeplex.com/discussions/542224
View ArticleSource code checked in, #35942
Version 0.9.2.2 - Updated Tweet to contain the favourite count information
View Article