Skip to content

Instantly share code, notes, and snippets.

@kawakawa
Created December 16, 2013 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kawakawa/7987707 to your computer and use it in GitHub Desktop.
Save kawakawa/7987707 to your computer and use it in GitHub Desktop.
irof crypto
var tweetList = twitterCtx.Status
.Where(n => n.Type == StatusType.User)
.Where(n => n.ScreenName == targetUserId)
.Where(n=>n.Count==200)
.ToList();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment