Embed multiple instagram images without access_token
问题 The instagram docs say: https://api.instagram.com/v1/tags/nofilter/media/recent?access_token=ACCESS_TOKEN The Instagram API requires an access_token from authenticated users for each endpoint. We no longer support making requests using just the client_id . But to get an access_token , users of my website must click through and authenticate, right? How can I display a few pictures of a specific instagram-tag on my public website, without requiring users to sign in via their instagram-account?