Heloo,
I am working on one project and I need real time updates from Instagram for certain tag.
This is my code for Create a Subscription
&l
I get the $_POST to say there is an update from one of authenticated users, problem is there are 153 of them subscribed to the feed. The only way to get check if a user has an update is to get their latest.
I also can post a photo on IG myself. The $_POST is received triggering the loop of users being polled but the newest item won't show up in the api at the same time as the $_POST trigger arrives from the real-time api.