You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded the files of this project, but unfortunately it does not work for me. I saw that there are already many corrections of this code, but unfortunately in the project files these changes have not been made.
Could you send me a zip-archive with a working example?
I noticed our feed stopped grabbing posts, I've had success by changing my foreach to;
foreach ($json->graphql->hashtag->edge_hashtag_to_media->edges as $key => $value) { echo $value->node->display_url; }
The text was updated successfully, but these errors were encountered: