Skip to content
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

404 on Feed #84

Open
ToshKoevoets opened this issue Jul 14, 2023 · 0 comments
Open

404 on Feed #84

ToshKoevoets opened this issue Jul 14, 2023 · 0 comments

Comments

@ToshKoevoets
Copy link

ToshKoevoets commented Jul 14, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant