Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

load all images from a post with multiple photos #513

Closed
ghost opened this issue Jul 17, 2017 · 4 comments
Closed

load all images from a post with multiple photos #513

ghost opened this issue Jul 17, 2017 · 4 comments
Labels
stale Issues that have been inactive for 90 days or more

Comments

@ghost
Copy link

ghost commented Jul 17, 2017

Hi,

Some posts may have one images like this one.

https://www.instagram.com/p/BUwtRaTg30c/

(it contains 9 images in one post). Is there method I can use to grap all the images in this post? Thanks for your help first!

@ghost ghost closed this as completed Jul 17, 2017
@ghost ghost reopened this Jul 17, 2017
@nsina
Copy link

nsina commented Jul 19, 2017

@mingtam The Instagram API was updated in April 2017 with carousel that returns url for all photos that are part of the initial link. Check the response code (specifically the carousel_media portion):
https://www.instagram.com/developer/endpoints/media/#get_media

I haven't integrated this functionality yet, but I believe that it only works if you have public_content permission, thus you can't integrate the carousel if you're testing in the sandbox.

@stale
Copy link

stale bot commented Sep 7, 2018

This issue has been automatically marked as stale because it hasn't had new comments in the last 3 months. It will be closed if no further activity occurs. If you still need assistance with this issue, or believe it shouldn't be closed, please respond with a new comment to let us know.
Thank you all for your contributions.

@stale stale bot added the stale Issues that have been inactive for 90 days or more label Sep 7, 2018
@stale stale bot closed this as completed Sep 14, 2018
@pfvqueiros
Copy link

pfvqueiros commented Apr 10, 2020

By any chances this has been integrated yet? I am looking to get carousel posts off instagram but the plugin returns only the first image of the carousel. Is there any way I can have access to the rest of the images to use in template? Thanks a lot in advance for your great work.

@stevenschobert
Copy link
Owner

@pfvqueiros Not yet! I've set up an issue to track the progress of it here: #650

But we'll probably address #646 and #649 before we tackle carousel images.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Issues that have been inactive for 90 days or more
Projects
None yet
Development

No branches or pull requests

3 participants