Quantcast
Channel: Tweetinvi a friendly Twitter C# library
Browsing all 4126 articles
Browse latest View live
↧

New Post: How do you stream only followed users

Gotcha thanks very much.. I almost done here :)

View Article


New Post: How do you stream only followed users

Ok.. sorry.. it doesnt work as I thought it would be.. For example.. I have subscribed to @Reuters. And on my Twitter home page are tweets from @Reuters (that what I want).. But in the TweetInvi I am...

View Article


New Post: How do you stream only followed users

Hi, You are pointing something that I did not considered when doing the UserStream. I will have a look to this specific problem and get back to you probably tonight. Regards, Linvi

View Article

New Post: How do you stream only followed users

You are the star! Thanks a ton!

View Article

Source code checked in, #34471

Version 0.9.0.0 - Integration of the ExceptionHandler in Streams - Added the management of Warning in UserStream Version 0.8.3.23 - Resolved issue for warning informing that number of followers exceed...

View Article


Commented Feature: Update : [code/unity] Migrate application design to use...

Implement Unity and Dependency injection to enable the development of Unit Tests as Tweetinvi currently only have Integration tests.Comments: Associated with changeset 34471: Version 0.9.0.0-...

View Article

Commented Issue: 10.000 friends UserStream [2006]

When running a stream with an account containing 10.000 friends it crashes the UserStream.The bug should be solved for both 0.8.3.23 and 0.9.0.0.From discussion : [bug in user...

View Article

Commented Feature: Implement an ExceptionHandler that users will be able to...

Tweetinvi should never crash but return default values when an operation failed for any reason.When an operation fails, the description of the error should be accessible from the static class called...

View Article


Commented Feature: Implement all missing messages of the Streaming API [1857]

See all the existing messages here : https://dev.twitter.com/docs/streaming-apis/messages#Friends_lists_friendsComments: Associated with changeset 34471: Version 0.9.0.0- Integration of the...

View Article


Edited Issue: 10.000 friends UserStream [2006]

When running a stream with an account containing 10.000 friends it crashes the UserStream.The bug should be solved for both 0.8.3.23 and 0.9.0.0.From discussion : [bug in user...

View Article

Edited Feature: Implement an ExceptionHandler that users will be able to...

Tweetinvi should never crash but return default values when an operation failed for any reason.When an operation fails, the description of the error should be accessible from the static class called...

View Article

New Post: How do you stream only followed users

Hi there, I have not yet implemented the solution but basically the logic is pretty simple. The FriendIdsReceived event will send you the ids of all the users you are following. When getting the tweets...

View Article

New Post: bug in user stream

Hi, I have updated the source code of both Tweetinvi 0.8.3 and Tweetinvi 0.9 to manage the issue you were facing. Please download and keep me up to date. Regards, Linvi

View Article


Edited Task: Add radius type (kilometers vs. miles) [1950]

Can we have an overload for stream.AddLocation like this? var center = new Coordinates(lon, lan); stream.AddLocation( center, radius, RadiusType.Metric); // or RadiusType.US

View Article

Source code checked in, #34499

Version 0.9.0.0 - UserStream now detects the messages received from friends only - UserStream has now an event StreamRunning informing the user that the stream is up and running and will receive all...

View Article


Commented Feature: How do you stream only followed users [2010]

__Add an event sending tweets only from the followers/friends.__Ok.. sorry.. it doesnt work as I thought it would be.. For example.. I have subscribed to @Reuters. And on my Twitter home page are...

View Article

Commented Feature: Implement all missing messages of the Streaming API [1857]

See all the existing messages here : https://dev.twitter.com/docs/streaming-apis/messages#Friends_lists_friendsComments: Associated with changeset 34499: Version 0.9.0.0- UserStream now detects the...

View Article


Commented Task: In the controllers change IUserDTO into IUserIdDTO [1980]

Most functions using a IUserDTO only nees the IUserIdDTOComments: Associated with changeset 34499: Version 0.9.0.0- UserStream now detects the messages received from friends only- UserStream has now an...

View Article

New Post: How do you stream only followed users

This is now implemented in Tweetinvi 0.9.0.0.var ustream = Stream.CreateUserStream(); ustream.TweetCreatedByFriend += (sender, args) => { Console.WriteLine("Follower {0} posted : '{1}'",...

View Article

Edited Feature: How do you stream only followed users [2010]

__Add an event sending tweets only from the followers/friends.__Ok.. sorry.. it doesnt work as I thought it would be.. For example.. I have subscribed to @Reuters. And on my Twitter home page are...

View Article
Browsing all 4126 articles
Browse latest View live