Hello everyone,
i am trying to collect images from tweets with the v2 timeline API adding attachments and mediaUrls.
?expansions=attachments.media_keys&media.fields=url
Expected behavior
I was expecting in the "Media" object an "url" parameter
Actual behavior
"url" parameter is missing from the "Media" object
Steps to reproduce the behavior
using the method:
usersIdTweets().getIncludes.getMedia
Thanks in advance for the Help.
Hello everyone,
i am trying to collect images from tweets with the v2 timeline API adding attachments and mediaUrls.
?expansions=attachments.media_keys&media.fields=url
Expected behavior
I was expecting in the "Media" object an "url" parameter
Actual behavior
"url" parameter is missing from the "Media" object
Steps to reproduce the behavior
using the method:
usersIdTweets().getIncludes.getMedia
Thanks in advance for the Help.