Hi,
Normally the FollowerIds should be retrieved when assigning the value by automatically getting the information from Twitter.
If your result is null, please try to call the method User.RefreshFollowerIds().
I would also advise you to wait for the major update 0.9 that I will release tonight. This new version is way more tested and easy to use.
Linvi
Normally the FollowerIds should be retrieved when assigning the value by automatically getting the information from Twitter.
If your result is null, please try to call the method User.RefreshFollowerIds().
I would also advise you to wait for the major update 0.9 that I will release tonight. This new version is way more tested and easy to use.
var user = User.GetUserFromScreenName(userName);
var followerIds = user.GetFollowerIds();
Regards,Linvi