Edited 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 ArticleNew Post: How to convert indirect URL to direct one.
Many thanks linvi. I missed that one.
View ArticleNew Post: How to convert indirect URL to direct one.
Actually that doesn't seem to do it. A tweet (ID 464324953815269376) has text of "Forget 1960, the golden age of air travel is now http://t.co/if2l5TqG4g" URLs collection has a count of one, and its...
View ArticleNew Post: How to convert indirect URL to direct one.
Hi, I think the information are correct. The issue is that there are 2 redirection instead of a simple one as you would expect. The user posted the tweet with "Forget 1960, the golden age of air travel...
View ArticleCommented Unassigned: Search.SearchTweets is not working with #tags [2187]
HI Tweetinvi,I'm trying to get all tweets for a particular #tag & it works if that #tag is trending on twitter,but if I use a custom #tag,which has only one or two tweets,its throwing errors(Object...
View ArticleNew Post: How to convert indirect URL to direct one.
Yes this was recovered from FilteredStream I think it may be OK. The last example I gave did not have an expanded URL, but then again it matched on the Tweet text anyway. I have run a few more examples...
View ArticleNew Post: When should Retweeted and RetweetCount be set
Any movement on this one. Using 0.9.2.3, I see I am getting Tweets with the RetweetedTweet set, but with the Retweeted flag set to False, and retweet count set to 0. Example ID = 464358161311600641 Thanks
View ArticleSource code checked in, #36467
Version 0.9.3.0 - Distinguished HomeTimelineRequestParameter from BaseTimelineRequestParameter as it included the ExcludeReplies option that is not available for MentionsTimeline
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 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 ArticleCreated Task: Update User to provide all the information provided by Twitter...
User is currently missing some data like created_at. Add all the missing fields in User and UserDTO
View ArticleEdited Task: Update User to provide all the information provided by Twitter...
User is currently missing some data like created_at. Add all the missing fields in User and UserDTO
View ArticleCommented Unassigned: Search.SearchTweets is not working with #tags [2187]
HI Tweetinvi,I'm trying to get all tweets for a particular #tag & it works if that #tag is trending on twitter,but if I use a custom #tag,which has only one or two tweets,its throwing errors(Object...
View ArticleCreated Unassigned: NullException in GetPublishTweetInReplyToQuery [2204]
Hi am using the latest released version (0.9.2.3) to reply to an existing tweet via PublishInReplyTo method but i get the exception below. I found something similar in the...
View ArticleNew Post: Iterating through retweeters
My test tweet has one retweet. When I use Tweetinivi.Tweet.GetTweet(id) I get the correct object back, and the RetweetCount has a value of 1. There is another property called Retweets, that is of type...
View ArticleNew Post: Iterating through retweeters
Hi there, The ITweet.Retweets is a store collection. It has been added for developers to let them store the information within a Tweet object. This collection is neither updated nor created when...
View ArticleNew Post: Iterating through retweeters
Iterating over the retweets from your example above got me exactly what I was looking for. Are there api hits when I access the "Creator.FollowersCount" from the tweets returned, is there some lazy...
View ArticleCommented Unassigned: Search.SearchTweets is not working with #tags [2187]
HI Tweetinvi,I'm trying to get all tweets for a particular #tag & it works if that #tag is trending on twitter,but if I use a custom #tag,which has only one or two tweets,its throwing errors(Object...
View ArticleEdited Issue: Search.SearchTweets is not working with #tags [2187]
HI Tweetinvi,I'm trying to get all tweets for a particular #tag & it works if that #tag is trending on twitter,but if I use a custom #tag,which has only one or two tweets,its throwing errors(Object...
View ArticleCreated Task: Add missing fields for the UserClass [2207]
Created_At, Profile_Banner_URL, Withheld_Countried, WithheldScope, Entities
View Article