Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit beeec98

Browse files
authored
Merge pull request #467 from elantrian/patch-1
syntax clarification, twitter.Api() object creation
2 parents 2d39abd + 1364256 commit beeec98

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

doc/getting_started.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ At this point, you can test out your application using the keys under "Your Appl
4444
access_token_key=[access token],
4545
access_token_secret=[access token secret])
4646

47+
Note: Make sure to enclose your keys in quotes (ie, api = twitter.Api(consumer_key='1234567', ...) and so on) or you will receive a NameError.
48+
4749
If you are creating an application for end users/consumers, then you will want them to authorize you application, but that is outside the scope of this document.
4850

4951
And that should be it! If you need a little more help, check out the `examples on Github <https://github.com/bear/python-twitter/tree/master/examples>`_. If you have an open source application using python-twitter, send us a link and we'll add a link to it here.

0 commit comments

Comments
 (0)