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

New Post: Help with GetFriends()

$
0
0
Hi,

An IEnumerable is not an Enum, it is a 'List' that you cannot modify. If you are more used to play with List just do the following.

First add the following namespace at the top of your file:
using System.Linq;
var user = User.GetUserFromScreenName(username);
var friends = user.GetFriends().ToList();
Done, you have you list of friends :)

Regards,
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>