Closed m-lotze closed 1 year ago
Adds Laravel 10 support.
Also adds urlencode for MEDIA_FIELDS in Instagram::fetchMedia. Without it the children in the response had only an id field - media_type and media_url were missing.
urlencode
Instagram::fetchMedia
id
media_type
media_url
Thank you very much @m-lotze! Sorry it took me so long to get back to this.
Adds Laravel 10 support.
Also adds
urlencode
for MEDIA_FIELDS inInstagram::fetchMedia
. Without it the children in the response had only anid
field -media_type
andmedia_url
were missing.