I want to fetch data from the Instagram api that has images with a certain hashtag that I have also liked. How would I do that, please? This part works:
https://api.instagram.com/v1/tags/testlaura/?client_id=2b3f8303808e4dd6bbba72023c7c5d65
Now how do I filter that for just the images I liked?
To my knowledge there isn't a specific filter for the hashtag endpoint to only get media that you've liked, but there's a way you could still figure it.