Update advanced_usage.rst

[ci skip]
This commit is contained in:
Mike Helmick 2013-07-23 11:53:08 -04:00
parent 7a58a15a22
commit df82888bef

View file

@ -22,7 +22,7 @@ Create a Twython instance with your application keys and the users OAuth tokens
Updating Status with Image 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 .. 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') 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!