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"