Is there a way to pull an instagram feed with PHP without logging in?
It seems that this solution no longer works - How to get a user's Instagram feed The new API requires an access token which is dynamically assigned after passing through a login page. Is there a way to still pull a feed programmatically through PHP without jumping through the new oauth hoops? This is useful for setting a crontab to automatically save new posts to a database. Yes you can. You don't need to login or access_token to get the latest 20 posts. You just need to parse the json content from https://www.instagram.com/[USERNAME]/media/ . Replace the [username] with the instagram user