Feeds from Sharepoint

36 views
Skip to first unread message

Nikhil Verma

unread,
Oct 2, 2014, 3:27:18 AM10/2/14
to google-ajax...@googlegroups.com
Hello All,

I am new to Javascript world and JQuery. I am using Google API to load the feeds from different financial sources and that is working. Below is the example code which I am using:

var GetFeeds = function(URI)
{
var url=document.location.protocol + '//ajax.googleapis.com/ajax/services/feed/load?v=1.0&num=1000&callback=?&q=' + encodeURIComponent(URI);
return $.get(url, {count:5}, null, 'JSON');
}

But when trying to load the Feeds from the Share Point it is not working. Can any please suggest me how can I proceed further. Even I am okay if I can get the whole XML.

Jeremy Geerdes

unread,
Oct 3, 2014, 7:15:14 AM10/3/14
to google-ajax...@googlegroups.com

Three things for you to think about. First, I'm guessing that your Sharepoint server is behind a firewall of some sort. As long as it is not publicly accessible, the Feeds API will be useless to you because Google's servers need to be able to crawl and cache the feed before you can use the API to access it. If this is not an option, you'll need to build your own crawler (and probably cache system) to access the private feeds via JS. Second, there have been problems the last few weeks of feeds not being crawled and cached. This issue was reported fixed, but then there were additional reports of issues. If your feeds are publicly accessible, this could be the problem.

Finally, the Feeds API TOS now states that the deprecation policy will no longer apply after April 2015. This means that, after April 2015, Google may choose at any time, with or without notice, to discontinue the Feeds API. For this reason, I would strongly recommend not relying on the Google Feeds API for any mission-critical application. Probably the two best alternatives are Yahoo! Pipes (the same requirement for publicly accessible feeds applies) or rolling your own crawler/cache system (as described previously).

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/cce8e2bf-9264-4420-b039-458190de887e%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