New Post: The remote server return an error :(401) Unauthorized
This will only give you live tweets. Meaning, if you tweet while this code is running, then only you'll receive the tweet. Read up on dev.twitter.com to get more idea about the differences between...
View ArticleNew Post: The remote server return an error :(401) Unauthorized
Thank you again @imlokesh for quick reply... Code working perfectly.. but i want all tweet which tweet by my friend or any person whom i follow.
View ArticleNew Post: The remote server return an error :(401) Unauthorized
I suggest that you download the source code of TweetInvi and go through the ExampleInvi project. It'll help you a lot in getting started.var user = User.GetUserFromScreenName("yourfriend"); var tweets...
View ArticleNew Post: GET conversation/show.json
Could you send me this type of credential privately so that I can implement and test this feature? As always, I will never use the credentials but for the sole purpose of implementing this feature. Linvi
View ArticleNew Post: distinguishing Track from Follow
I think the twitter stream doesn't provide this information. Even the e.MatchingTracks is populated behind the scenes by tweetinvi. So a tweet could be matching both a track and a follow parameter....
View ArticleNew Post: distinguishing Track from Follow
Imlokesh is right, a Tweet can be matching both a Track and a Follow. Therefore you can get this information easily by checking the Creator Id of a Tweet.var ids = new HashSet<long>( /* Put your...
View ArticleNew Post: distinguishing Track from Follow
Thanks guys. As I am not interested in Retweets, I think it is probably easier to set up a filter and just check the Creator.Id and InReplyTo.id.
View ArticleNew Post: distinguishing Track from Follow
Just check the Tweet.IsRetweet property.if (tweet.IsRetweet) { return; }Linvi
View ArticleCommented Task: Add Signed Version of DLL [2412]
Signed versionsComments: ** Comment from web user: linvi ** https://tweetinvi.codeplex.com/discussions/567745
View ArticleSource code checked in, #39145
- Added Proxy to Tweetinvi (TweetinviConfig.PROXY_URL) - Updated TweetinviSettings to be unique per Thread
View ArticleCommented Feature: Specify a proxy for the WebRequest [2379]
The user should be able to specify a proxy that he wants to use in order to perform his webrequest as requested https://tweetinvi.codeplex.com/discussions/554619.Comments: Associated with changeset...
View ArticleEdited Feature: Specify a proxy for the WebRequest [2379]
The user should be able to specify a proxy that he wants to use in order to perform his webrequest as requested https://tweetinvi.codeplex.com/discussions/554619.
View ArticleNew Post: [ADMIN] What do you want in Tweetinvi 0.9.4.0?
Proxy has now been added to the Source Code of Tweetinvi :)
View ArticleSource code checked in, #39146
Version 0.9.4.0 - Moved Temporary Credentials into the Credentials project
View ArticleCommented Task: Move TemporaryCredentials into the proper project [2409]
Comments: Associated with changeset 39146: Version 0.9.4.0- Moved Temporary Credentials into the Credentials project
View ArticleCommented Feature: Specify a proxy for the WebRequest [2379]
The user should be able to specify a proxy that he wants to use in order to perform his webrequest as requested https://tweetinvi.codeplex.com/discussions/554619.Comments: Associated with changeset...
View Article