예제 #1
0
파일: User.cs 프로젝트: a1lic/Mystique
 public static IEnumerable <long> GetBlockingIds(this CredentialProvider provider)
 {
     return(provider.GetUserIdsAll("blocks/ids.json", null, null));
 }
예제 #2
0
파일: User.cs 프로젝트: a1lic/Mystique
 public static IEnumerable <long> GetFollowerIds(this CredentialProvider provider, long?userId = null, string screenName = null)
 {
     return(provider.GetUserIdsAll("followers/ids.json", userId, screenName));
 }