New Post: JsonSerializationException when trying to get current rate limits.
Hi, I updated to version 0.9.9.5 using Nuget and tried to use the app-only authentication and see what the current rate limits were. The credentials are set like...
View ArticleNew Post: receive json when a tweet is favorited using stream
I am using CreateFilteredsStream(). var fstream = Stream.CreateFilteredStream(); fstream.AddFollow(11111); fstream.AddTrack("@xxxx"); I am getting all updates but I do not receive an update when a user...
View ArticleNew Post: Private message with attachments
Hi Linvi, is possibile to attach some media when sending direct messages?
View ArticleCreated Unassigned: Underscores into user images [2637]
Hi, I think there is some problem when the library returns the path (ProfileImageFullSizeUrl) of a user.In particular, the error is present when the original url has an underscore.Seems the library...
View ArticleNew Post: Get Reply to Specific Tweet
hi Linvi, i have done as what you say,but I still can not obtain the reply,my version is Tweetinvi 0.9.9.3 ,and the code As follows: var tweet = Tweet.GetTweet(xxx); bool getRecursiveReplies = true;...
View ArticleNew Post: Get Reply to Specific Tweet
hi Linvi, i want to get all other people Reply to Specific Tweeti,and i have done as what you say in other subject,but I still can not obtain the reply,my version is Tweetinvi 0.9.9.3 ,and the code As...
View ArticleNew Post: How can reply other tweet?
Hi, Sorry for the long delay of the reply, I did not have access to internet up until this point. Could you let me know what happens and why you consider that your code is not working? Cheers, Linvi
View ArticleNew Post: Error publishing Tweet with more than 2 medias
You are welcome :) I am closing this thread ;)
View ArticleCreated Issue: JsonSerializationException when trying to get current rate...
https://tweetinvi.codeplex.com/discussions/643774
View ArticleEdited Issue: JsonSerializationException when trying to get current rate...
https://tweetinvi.codeplex.com/discussions/643774
View ArticleNew Post: JsonSerializationException when trying to get current rate limits.
Hi, Thank you for this information, I will have a look into it. This is probably a bug within Tweetinvi. I will work on this and let you know. Here is the work item for live notification...
View ArticleNew Post: receive json when a tweet is favorited using stream
FilteredStream sends an event when a tweet matching the criteria is either created or deleted (and some more complex cases). At the current time I do not see any solution to track if a tweet is...
View ArticleNew Post: Private message with attachments
Hi, From what I know of the public REST API, I do not think this feature is available for developers. Only twitter has access to this endpoint (to my knowledge). I will investigate but I don't think...
View ArticleCreated Issue: Get Replies Recursively [2639]
https://tweetinvi.codeplex.com/discussions/529577
View ArticleEdited Issue: Get Replies Recursively [2639]
https://tweetinvi.codeplex.com/discussions/529577
View ArticleNew Post: Get Reply to Specific Tweet
I will have a look into this. Work Item : https://tweetinvi.codeplex.com/workitem/2639 Thanks for reporting it.
View ArticleNew Post: Get Reply to Specific Tweet
As mentioned on your previous tweet, I will have a look into this issue.https://tweetinvi.codeplex.com/workitem/2639 Thanks for reporting this issue.
View ArticleEdited Issue: Underscores into user images [2637]
Hi, I think there is some problem when the library returns the path (ProfileImageFullSizeUrl) of a user.In particular, the error is present when the original url has an underscore.Seems the library...
View ArticleNew Post: JsonSerializationException when trying to get current rate limits.
Hi Linvi, Thanks for looking into this. As per your guide on rate limits, I started to use the TrackAndAwait & QueryBeforeExecute. However, I noticed that once the limits had been hit the library...
View ArticleNew Post: Get Reply to Specific Tweet
Hello, As I mentionned in other threads, there is no public endpoint to get the replies of a tweet. Therefore Tweetinvi relies on search to get the replies. But search on Twitter is pretty limited and...
View Article