From 4c213ea10d948f30b462b9421dc2c6864acf12b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=20Polykanine=20A=2EK=2EA=2E=20Menelion=20Elens=C3=BA?= =?UTF-8?q?l=C3=AB?= Date: Thu, 9 Apr 2015 00:55:24 +0300 Subject: [PATCH] Corrected the docs URL for uploading media, fixes #375 --- twython/endpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twython/endpoints.py b/twython/endpoints.py index d0add16a..60663cac 100644 --- a/twython/endpoints.py +++ b/twython/endpoints.py @@ -135,7 +135,7 @@ def upload_media(self, **params): to the 'update_status' method using the 'media_ids' param. Docs: - https://dev.twitter.com/rest/public/uploading-media + https://dev.twitter.com/rest/reference/post/media/upload """ return self.post('https://upload.twitter.com/1.1/media/upload.json', params=params)