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.

Comments

TerranRich created an issue. See original summary.

terranrich’s picture

Issue summary: View changes
terranrich’s picture

Title: Instagram API Endpoint URL is Incorrect » Instagram API Endpoint URL is Incorrect in Settings Page
Component: Code » Documentation
Issue summary: View changes
Priority: Major » Minor
terranrich’s picture

Although 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.

Revathi Manohar’s picture

Assigned: Unassigned » Revathi Manohar
rishi.kulshreshtha’s picture

Assigned: Revathi Manohar » Unassigned
Priority: Minor » Major
rishi.kulshreshtha’s picture

Status: Active » Needs review
StatusFileSize
new4.07 KB
rishi.kulshreshtha’s picture

Component: Documentation » Code

  • Hemangi Gokhale committed 9f72a2c on 8.x-1.x
    Issue #3045646, #3057539, #3062652, #3063954, #3072131, #3072809 by...
hemangi.gokhale’s picture

Status: Needs review » Fixed

The issue is fixed now, kindly download the latest version. Thanks for your contribution!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.