So I'm trying to understand the Instagram API and I'm a bit lost.
I have a site where I will be displaying one image from my Instagram and will have a LIKE button.
From what I can gather all I need is my Client ID and then I can send a post request via AJAX to like the photo on Instagram. But first I need to authenticate the user first? This is where I'm stumped. Is there a tutorial that can walk me through this? So when the user clicks on LIKE it pops up a window to authenticate them and then it likes the photo.