We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://www.instagram.com/developer/endpoints/users/#get_users_media_recent_self
uses GET/users/self/media/recent currently '/users/self/feed' is used call('GET', '/users/self/feed',
instagram.js line 403
The text was updated successfully, but these errors were encountered:
The /users/self/feed used to work but has been deprecated. There will be no replacement for it as Instagram closed it down.
The call in the instagram.js code will still work for those with an older access token, until June 2016.
Sources:
Sorry, something went wrong.
There is not alternative or work-around to get the same functionality that is being phased out?
+1
No branches or pull requests
https://www.instagram.com/developer/endpoints/users/#get_users_media_recent_self
uses GET/users/self/media/recent
currently '/users/self/feed' is used
call('GET', '/users/self/feed',
instagram.js line 403
The text was updated successfully, but these errors were encountered: