JohnnyTheTank / angular-instagram-api-factory

AngularJS factory for Instagram JSON REST API requests
MIT License
6 stars 1 forks source link

Error while trying to access Instagram API #5

Open todesstoss opened 7 years ago

todesstoss commented 7 years ago

Hello, I am getting following error while trying to access Instagram API with AngularJS v1.6.3: Error: [$http:badjsonp] Illegal use of JSON_CALLBACK in url, "URL". More info: https://docs.angularjs.org/error/$http/badjsonp

irfan798 commented 7 years ago

delete line -> callback: "JSON_CALLBACK" on 103 Angular takes care of that

auban commented 6 years ago

Angular Doc for jsonp: https://docs.angularjs.org/api/ng/service/$http#jsonp

Example: $http.jsonp('some/trusted/url', {jsonpCallbackParam: 'callback'})