Search code examples
phpauthenticationoauthinstagramfeed

php Get users instagram photos and videos using Oauth without user authentication?


I want to show my users instagram feeds including photos and videos in my website, Is it possible to get these feeds without the user authentication?

Thanks n' regards, John.


Solution

  • You can get it using the User's ID with the user media recent endpoint. This endpoint will return media for the user with ID 1234:

    https://api.instagram.com/v1/users/1234/media/recent