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