Maxim

Results 4 comments of Maxim

Hi guys, I see that [https://www.instagram.com/explore/tags/best_photos/?__a=1](https://www.instagram.com/explore/tags/best_photos/?__a=1) is working, so nonthig changed in Instagram API.

My current code: ```php /** * @param null $hashtag * * @return array|bool * @since 1.01 (CORE) */ public static function getSimpleMediaByHashtag($hashtag = null) { // https://www.instagram.com/graphql/query/?query_id=17882293912014529&tag_name=best_photo&first=9&after=J0HWVISlQAAAF0HWVCuAwAAAFjwA if (empty($hashtag) ||...

Yes, of course. Just make sure that you have CURL enabled. [https://stackoverflow.com/a/13433965/3475869](https://stackoverflow.com/a/13433965/3475869)

HI everyone, Now possilbe request with using `https://www.instagram.com/graphql/query/` endpoint Because `https://www.instagram.com/explore/tag/?__a=1` for me does not work with "end_cursor" Example: https://www.instagram.com/graphql/query/?query_id=17882293912014529&tag_name=best_photo&first=9&after=J0HWVISlQAAAF0HWVCuAwAAAFjwA The question is how `query_id` is generated. Current value "17882293912014529"...