diff --git a/README.rst b/README.rst index 4727dc5..143a277 100644 --- a/README.rst +++ b/README.rst @@ -156,7 +156,7 @@ Create a Twython instance with your application keys and the users OAuth tokens .. code-block:: python from twython import Twython - twitter = Twython(APP_KEY, APP_SECRET + twitter = Twython(APP_KEY, APP_SECRET, OAUTH_TOKEN, OAUTH_TOKEN_SECRET) Authenticated Users Home Timeline