Update advanced_usage.rst
[ci skip]
This commit is contained in:
parent
7a58a15a22
commit
df82888bef
1 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ Create a Twython instance with your application keys and the users OAuth tokens
|
|||
Updating Status with Image
|
||||
--------------------------
|
||||
|
||||
Documentation: https://dev.twitter.com/docs/api/1.1/get/account/verify_credentials
|
||||
Documentation: https://dev.twitter.com/docs/api/1.1/post/statuses/update_with_media
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
|
|
@ -149,4 +149,4 @@ If you wish to access headers (ex. x-rate-limit-remaining, x-rate-limit-reset, c
|
|||
twitter.get_lastfunction_header('x-rate-limit-remaining')
|
||||
|
||||
|
||||
So now you can authenticate, update your status (with or without an image), search Twitter, and a few other things! Good luck!
|
||||
So now you can authenticate, update your status (with or without an image), search Twitter, and a few other things! Good luck!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue