Skip to content

Commit

Permalink
Merge pull request #376 from Oire/bugs/375
Browse files Browse the repository at this point in the history
Corrected the docs URL for uploading media
  • Loading branch information
michaelhelmick committed Apr 8, 2015
2 parents 18e845d + 4c213ea commit 2f0508b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twython/endpoints.py
Expand Up @@ -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)

Expand Down

0 comments on commit 2f0508b

Please sign in to comment.