I use the Facebook/Instagram Official API for get the list of the IG Stories.
Now I have a array of ID but, can I use that for get the url of the Image ?
I use the Facebook/Instagram Official API for get the list of the IG Stories.
Now I have a array of ID but, can I use that for get the url of the Image ?
2
Answers
You can send a ‘Field’ parameter with your request
endpointParams[‘fields’] = ‘id,media_url,permalink,media_type,timestamp’ # fields to get back
To get the url of the Video story, call each media-id using thumbnail_url as field, like this:
But if it is an Image story, the endpoint would be