pnp / powerapps-samples

Contains curated community Microsoft Power App samples
https://aka.ms/powerplatform-samples
MIT License
413 stars 308 forks source link

Canvas apps for InstagramBasicDisplay #195

Closed reshmee011 closed 1 year ago

reshmee011 commented 1 year ago
Q A
New sample? yes

Solution Details

Q A
Solution requires premium license yes
Solution uses experimental features (see licensing guidelines) no
Which connectors are used? e.g.: Custom connector in the solution "InstagramPost" etc.
Solution uses on-premises connectors? no
Solution uses custom connectors? yes
Layout Tablet

What's in this Pull Request?

A canvas app with a single screen and gallery to display media posts from Instagram.

reshmee011 commented 1 year ago

Hold on this one as I need to update it to use the independent publisher connector which is live. https://learn.microsoft.com/en-us/connectors/instagrambasicdispip/

reshmee011 commented 1 year ago

I have submitted another version of the solution using the Instagram Basic Display (IndependentPublisher) connector this time.

Laskewitz commented 1 year ago

Hi @reshmee011 -

Thanks for your submission. I tried to import the solution (that I packed from the provided source code), but it has a missing dependency.

image

Can you please make sure that you remove the dependency from the canvas app or that you add the custom connector to the solution? After that, please export the solution again and add it to the PR.

Thanks, Daniel

reshmee011 commented 1 year ago

Hi Daniel

Many thanks for looking into the PR, I guess trying to remove the custom connector to use the independent publisher connector was not successful as it kept reference to the custom connector I originally created. I will look into removing the custom connector.

So sorry about that.

Regards Reshmee

reshmee011 commented 1 year ago

Hi Daniel

I have updated the solution file to remove reference to the custom connector. Hope it works this time round.

Cheers Reshmee

reshmee011 commented 1 year ago

Thanks very much @Laskewitz