Quantcast
Channel: Tweetinvi a friendly Twitter C# library
Viewing all articles
Browse latest Browse all 4126

New Post: Filtered Stream if he/she follow and i follow him/her

$
0
0
Hi,

I am not sure that I understand what you are willing to do.
From my understanding you want to get the tweets from a specific set of users.

If this is the case you can add each of the followers you have to this list.
var currentUser = User.GetLoggedUser();
var followerIds = currentUser.GetFollowerIds();

var fs = Stream.CreateFilteredStream();
followerIds.ForEach(id => fs.AddFollow(id));
fs.StartStreamMatchingAllConditions();
Linvi

Viewing all articles
Browse latest Browse all 4126

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>