-
Notifications
You must be signed in to change notification settings - Fork 549
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
Added Instagram Carousel Media Support #495
base: master
Are you sure you want to change the base?
Conversation
Added user search functionalty Added Facebook like logout (which also logs out from instagram account) Added format photos for friend media Added Carousel media support with an option to retrieve carousel media as standart images (default) or carousel object Example: helloProvider.init({ instagram: { id: "id", carousel_as_images: false // Default is True } });
Hi @irfan798 can you provide a reference to this feature, thanks |
Carausel is a post type that includes multiple images or videos
And clones every image object in it, reformat them as images, then appends each object as separate image, so result is:
|
Any chance to include this into hello.js? Really useful feature. |
@irfan798 just found out that |
@elky I was aware of that but could not decide if |
@irfan798 @elky yes we can get this included. Could you also update the Instagram demo page, test? Also I'm not familiar with the use case, what is the reason the flag is defined as a prop on the root of the module and not passed through or inferred from the hello.api request, fyi if use a request object you can pass through bespoke props and access the request in the wrap (response) handlers third argument, I hope that helps |
Added user search functionalty
Added Facebook like logout (which also logs out from instagram account)
Added format photos for friend media
Added Carousel media support with an option to retrieve carousel media as standart images (default) or carousel object
Example: