-
Notifications
You must be signed in to change notification settings - Fork 302
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
Instagram example broken? #316
Comments
the demo don't have the Tokens and parameters wrote on because in the past many people used the Pavel keys and was not a good idea. In this way no one can steal secret tokens (very dangerous to make them public) and the demo can work properly :) |
... That's totally not the problem i had, as i shown in my examples above i simply had to specify my "CLIENTID" as account name instead of the real ACCOUNTNAME in the accounts section to let the script harvest my feed. Looking at the code i was able to find the url and try it by hand, and if i try to reach my account searching by account name i just get this : This client has not been approved to access this resource. So the problem was probably this. I've made a pull request to add the "attachment_url" feature for templates as it's really useful for customized templates, and i was thinking on make a pull request to improve the docs example, but first i wanted to understand this thing. |
Can you help me to show my instagram feeds too, im unable to show my feeds with my client id and access token |
Try this:
Use & character followed by your client id as account name, then put your data in client_id and access_token. This should work. |
did as you asked exactly, getting error |
Instagram API changes – April 4, 2018 Due to some sudden changes that Instagram has made to their API on April 4th, 2018 User Feeds Public Comments Avatars |
due to new API changes you need a CLIENTID use it like &YOURCODE as a instagram account and will work |
It worked, thanks |
getting feed from hashtag but its not showing the display pictures, any ideas |
Another working option to get JSON from any Instagram-account or hashtag without even using an access-token is by adding Userfeed: Hashtag: And to request the next portion of entries you can use add the https://www.instagram.com/explore/tags/YOURHASHTAG/?__a=1&max_id=END_CURSOR_ID This is working since years, but who knows... with all the API changes and data-leak discussions, they may shut that down soon. |
The example shown in README didn't work.
The only way i got it work for my account was doing the following:
The following didn't work:
I was doing something wrong?
The text was updated successfully, but these errors were encountered: