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.

-- 
-- 
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/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-search-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to