python-twitter
python-twitter copied to clipboard
Get media URL after PostUpdate()
Is there a way to obtain the URL of the picture, after it was uploaded with PostUpdate() ?
E.g. like this:
result = api.PostUpdate(message,media=path_to_picture)
result does not contain the media url of the picture :(