The Instagram API endpoint URL displayed under "Feed URL" on the Instagram settings page (/admin/config/socialfeed/instagram) is as such:
https://api.instagram.com/v1/users/self/feed?access_token=___&count=__
However, the endpoint should instead be:
https://api.instagram.com/v1/users/self/media/recent?access_token=___&count=__
...as the former URL does not, and will not, work.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | instagram-api-endpoint-url-3045646-7.patch | 4.07 KB | rishi.kulshreshtha |
Comments
Comment #2
terranrich commentedComment #3
terranrich commentedComment #4
terranrich commentedAlthough I downgraded this to Minor (originally I thought the "Feed URL" on the settings page was the URL that the module was using to grab items from Instagram), this is still an issue, as I was operating under the assumption that the "Feed URL" was a valid URL for a good few hours (using it for testing purposes to debug my credentials) before I realized the error.
Comment #5
Revathi Manohar commentedComment #6
rishi.kulshreshthaComment #7
rishi.kulshreshthaComment #8
rishi.kulshreshthaComment #10
hemangi.gokhaleThe issue is fixed now, kindly download the latest version. Thanks for your contribution!