-
Notifications
You must be signed in to change notification settings - Fork 800
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getting empty thumbnail when getting by media url #1
Comments
@wrinkleydog I see that you have already resolved it. |
Sure thing!! Do you want me to do a pull request? Great job on this library! I really like how you approached this. Chris
|
@wrinkleydog of course. Pull request would be cool!! Thank you! |
I will close after release |
Added feature to get followers of an account
Fix fatal error <Undefined index: has_next_page>
Whenever I use getMediaByUrl(), the thumbnail is not being returned in the array. Looks like all the other fields are properly pulled. Using getMedias on a specific user returns the thumbnail in the array.
Example: $media = $instagram->getMediaByUrl('https://www.instagram.com/p/BFJUXJ7RdN1/'); will return the array for this post, but thumbnailurl is empty.
However, $medias = $instagram->getMedias('instaui', 10); Will return 10 posts, one of which is BFJUXJ7RdN1 (post above) and it contains the proper thumbnailurl.
Thanks!
The text was updated successfully, but these errors were encountered: