Skip to content

Instantly share code, notes, and snippets.

@ivey
Created August 7, 2008 03:53
Show Gist options
  • Save ivey/4325 to your computer and use it in GitHub Desktop.
Save ivey/4325 to your computer and use it in GitHub Desktop.
def following
@following ||= twitter.friends_for(uid, :list_only => true)
end
def followers
@followers ||= twitter.followers_for(uid, :list_only => true)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment