javascript - Amazon product api with Angular -


i'm newbie angular. tried consume amazon webservice. keep getting invalidclienttokenid , signature. here jfiddle: http://jsfiddle.net/l7fnozuo/24/

console.log(search)  $http.jsonp(url)  .success(function(data) {     $scope.jsonobject = data;     $scope.items = data.finditemsbykeywordsresponse[0].searchresult[0].item || []; }); 


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Magento/PHP - Get phones on all members in a customer group -

session - Logging Out Using PHP -