Merge pull request #376 from Oire/bugs/375

Corrected the docs URL for uploading media
This commit is contained in:
Mike Helmick 2015-04-08 17:59:00 -04:00
commit 2f0508bcdf

View file

@ -135,7 +135,7 @@ class EndpointsMixin(object):
to the 'update_status' method using the 'media_ids' param. to the 'update_status' method using the 'media_ids' param.
Docs: 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) return self.post('https://upload.twitter.com/1.1/media/upload.json', params=params)