Skip to content Skip to sidebar Skip to footer

CORS Error, When I Use Instagram API With Angularjs

I have simple task - get users' data from instagram account. I use standard instagram api and angularjs. Here is controllers' request method: $http({ method: 'GET', url: 'http

Solution 1:

Use jsonp, there's a good example located here: JSONP Instagram

Here's a link to another Stack Overflow question that explains how to do jsponp with angular Angular Jsonp


Post a Comment for "CORS Error, When I Use Instagram API With Angularjs"