diff --git a/tango_examples/get_user_timeline.py b/tango_examples/get_user_timeline.py index a81c4c1..aa7bf97 100644 --- a/tango_examples/get_user_timeline.py +++ b/tango_examples/get_user_timeline.py @@ -2,6 +2,6 @@ import tango # We won't authenticate for this, but sometimes it's necessary twitter = tango.setup() -user_timeline = twitter.getUserTimeline(id=None, screen_name="ryanmcgrath") +user_timeline = twitter.getUserTimeline(screen_name="ryanmcgrath") print user_timeline