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 you can filter based on this list.
Regards,
Linvi
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 you can filter based on this list.
event EventHandler<GenericEventArgs<List<long>>> FriendIdsReceived;
I will implement this feature in Tweetinvi 0.9.0.0 but it seems you are using 0.8 consequently just store the list and filter based on it ;)Regards,
Linvi