I need to show Instagram Image on a web page based on UserName and Tags
After looking around and searching for such api i couldn't find which can allow me following
- Show Images based on User Account +
- Show images based on Tags (Single or multiple)
I can use two separate API calls to show both results separately but i am not sure how to merge both results and show them as one based on latest images.
Example based on angular and instgram API http://codepen.io/anon/pen/qdrBMQ?editors=001
I also looked at instafeedjs
It allows to show images based on UserAccount and Filter same result based on Tags
Example: http://codepen.io/anon/pen/NqpWER?editors=001
Any such example where i can show images from User Account + Any Tag(s).