From df82888bef468acb61ddc8e15580b060b2fed921 Mon Sep 17 00:00:00 2001 From: Mike Helmick Date: Tue, 23 Jul 2013 11:53:08 -0400 Subject: [PATCH] Update advanced_usage.rst [ci skip] --- docs/usage/advanced_usage.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage/advanced_usage.rst b/docs/usage/advanced_usage.rst index 419cdff..74246f3 100644 --- a/docs/usage/advanced_usage.rst +++ b/docs/usage/advanced_usage.rst @@ -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! \ No newline at end of file +So now you can authenticate, update your status (with or without an image), search Twitter, and a few other things! Good luck!