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

On Wed, Jan 18, 2017 at 6:18 AM Gopinath Kaliappan <
gopinathkaliap...@gmail.com> wrote:

> *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);
>   });
> });
>
>
>
> --
> --
> 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-search-api@googlegroups.com
> To unsubscribe from this group, send email to
> google-ajax-search-api+unsubscr...@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
> <https://groups.google.com/d/msgid/google-ajax-search-api/2cfe6c25-e73c-43dc-b627-eaf896308dc3%40googlegroups.com?utm_medium=email&utm_source=footer>
> 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-search-api+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
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-search-api@googlegroups.com
To unsubscribe from this group, send email to
google-ajax-search-api+unsubscr...@googlegroups.com
To view this message on the web, visit
https://groups.google.com/d/msgid/google-ajax-search-api/CAF4cwg8r%2BHgku%2BetZVfxn3x%2B1rZdq4Bigy2TNRkAG23BpcuhFg%40mail.gmail.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-search-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to