Beispiel #1
0
 public static IEnumerable <long> GetBlockingIds(this CredentialProvider provider)
 {
     return(provider.GetUserIdsAll("blocks/ids.json", null, null));
 }
Beispiel #2
0
 public static IEnumerable <long> GetFollowerIds(this CredentialProvider provider, long?userId = null, string screenName = null)
 {
     return(provider.GetUserIdsAll("followers/ids.json", userId, screenName));
 }