Google Feed Api returning Error ?

306 views
Skip to first unread message

Gopinath Kaliappan

unread,
Jan 18, 2017, 7:18:27 AM1/18/17
to Google AJAX APIs
URL

 
https://api.rss2json.com/v1/api.json?rss_url=http%3A%2F%2Fwww.instyle.com%2Ffeeds%2Fnewsfeed.xml


this is my code


$http.get('https://ajax.googleapis.com/ajax/services/feed/load', {params: {v: '1.0', q: feedUrl, num:-1, callback:'JSON_CALLBACK'}}).success(function(data) {
  $scope.entries = data.responseData.feed.entries;
  angular.forEach($scope.entries, function (entry) {
    entry.publishedDate = new Date(entry.publishedDate);
  });
});



Jeremy Geerdes

unread,
Jan 18, 2017, 7:20:38 AM1/18/17
to google-ajax...@googlegroups.com
The Feeds API has been discontinued. You will need to find or build an alternative. I posted yesterday about the various components required to do this.

jg

--
--
You received this message because you are subscribed to the Google
Groups "Google AJAX APIs" group.
To post to this group, send email to
google-ajax...@googlegroups.com
To unsubscribe from this group, send email to
google-ajax-searc...@googlegroups.com
To view this message on the web, visit
https://groups.google.com/d/msgid/google-ajax-search-api/2cfe6c25-e73c-43dc-b627-eaf896308dc3%40googlegroups.com
For more options, visit this group at
http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en

---
You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-ajax-searc...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages