Search code examples
instagraminstagram-apifeed

Instagram Home Feed


I'm creating an app using Android Studio which integrates social networks.
I'm attempting to retrieve my instagram home feed.

I've found the following URL "https://api.instagram.com/v1/users/self/feed?access_token=ACCESS_TOKEN" however this is not in the instagram developers documentation and when I replace ACCESS_TOKEN with my access token, I am told that the page isn't available.

Is there no way anymore to get the home feed?


Solution

  • Instagram has made some pretty significant changes to their API this month.

    If your app conforms to their current requirement, you should be able to query different endpoints depending on your requirement. Most of the tutorials/solutions found on the web will likely be outdated.

    Your best bet is to refer to the documentation pertaining to endpoints.