Commented Unassigned: NullReference exceptions [2144]
Hiya,I am using TweetInvi as part of a service that monitors a Twitter account, and replies according to various events (mentions, new followers). I've had a few cases where the entire sevice dies due...
View ArticleNew Post: User Join Date
Referring to this post https://dev.twitter.com/discussions/19813, I searched on IUser an equivalent property, but have not found anything that would be fine. How can I get the join date using Tweetinvi?
View ArticleNew Post: FilteredStream frequently stopping due to error
Hi, Thank you, this is exactly what I needed :) I will have a look at this issue tonight and probably provide a fix as well. Linvi
View ArticleNew Post: Date Range Search?
Hi, No this is a limitation from the Twitter REST API. Have a look here. The Search API is not complete index of all Tweets, but instead an index of recent Tweets. At the moment that index includes...
View ArticleNew Post: User Join Date
Hi, I will implement this feature for you in the next version. When do you need this feature to be implemented? Linvi
View ArticleNew Post: User Join Date
Great, you've answered me very soon. I have developed my app pretending that such information is available, for now always displays the value NA (not available). I'm doing the app in my spare time, I...
View ArticleNew Post: How to convert indirect URL to direct one.
I use a filteredstream with a number of filters. When a tweet event fires, I need to deduce which filter the tweet relates to, as this affects what I do with the information. This is fine, except in...
View ArticleSource code checked in, #36456
Version 0.9.3.0 - Huge update - Added all the parameters to the HomeTimeline - Added all the parameters to the UserTimeline - Added all the parameters to the MentionsTimeline - Cleanup the code logic...
View ArticleCommented Feature: Update : [statuses/mentions_timeline] Add parameters [1687]
Reference : https://dev.twitter.com/docs/api/1.1/get/statuses/mentions_timelineUpdate methods :- User.GetMentions()Parameters to add :- count- since_id- max_id- trim_user- contributor_details-...
View ArticleCommented Feature: Update : [statuses/user_timeline] Add parameters [1688]
Reference : https://dev.twitter.com/docs/api/1.1/get/statuses/user_timelineUpdate methods :- User.GetTimeline()Parameters to add :- since_id- count- max_id- trim_user- exclude_replies-...
View ArticleCommented Task: Update : [statuses/home_timeline] Add parameters [2199]
Comments: Associated with changeset 36456: Version 0.9.3.0- Huge update- Added all the parameters to the HomeTimeline- Added all the parameters to the UserTimeline- Added all the parameters to the...
View ArticleEdited Feature: Update : [statuses/user_timeline] Add parameters [1688]
Reference : https://dev.twitter.com/docs/api/1.1/get/statuses/user_timelineUpdate methods :- User.GetTimeline()Parameters to add :- since_id- count- max_id- trim_user- exclude_replies-...
View ArticleEdited Feature: Update : [statuses/mentions_timeline] Add parameters [1687]
Reference : https://dev.twitter.com/docs/api/1.1/get/statuses/mentions_timelineUpdate methods :- User.GetMentions()Parameters to add :- count- since_id- max_id- trim_user- contributor_details-...
View ArticleSource code checked in, #36458
Version 0.9.3.0 - Added POI as a valid place type - Added the Place to the ITweet class
View ArticleNew Post: FilteredStream frequently stopping due to error
Hi, Just to let you know that I have updated the Source Code of Tweetinvi 0.9.3.0. This error should not occur anymore. You can download the latest version of the Source Code from here. Thank you for...
View ArticleNew Post: How to convert indirect URL to direct one.
Hi, Normally you should be able to access this information from the Entities. ITweet.Entities.Urls[0].ExpandedURLLinvi
View ArticleSource code checked in, #36459
Version 0.9.3.0 - Updated default values of the TimelineRequestParameters
View Article