Can I make a call to Instagram API in order to make a comment or like photo, using only JavaScript. I use angular framework with grunt and I don't want to involve any backend. So far I figured out that making GET request is possible using JSONP. What about POST requests? Is it possible?
↧