bear/python-twitter

Get media URL after PostUpdate()

reisenmachtfreude opened this issue · 0 comments

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 :(