Can't get screenName of a list of user ID because of the API rate Limits. What can I do? linqtotwitter c#
问题 I have a function in my application that find IDs of a user followers. But I want to get the screenName of these followers. I tried to get directly followers.screenName but it doesn't work because followers type is SocialGraph and not string! I tried to convert this on string but I can't because it returns a list. It cause problems for example when I search someone who has 1680 followers. It gives me the error : The rate limit is exceeded. I want to know if it is possible to do the same thing