NicklasWallgren / instagram-api

Instagram Private API
MIT License
145 stars 47 forks source link

404 on Feed #84

Open ToshKoevoets opened 1 year ago

ToshKoevoets commented 1 year ago

Getting 404's on the feed functions

This function:

  $feed = $instagram->feedByHashtag($hashtag);
  $items = $feed->getItems();

Url formatted here seems to have been changed.

case TYPE_HASHTAG:
$result = $this->queryFeed($type, 'feed/tag/%s/', $query, $maxId);
 break;

In case someone has an idea, would appreciate. Been debugging a bit, but didn't find anything yet online. Seems to be an unofficial api.

Tried several instagram logins.