Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
150 views

Google feed api integration with iPhone/Objective C

I am building an RSS Reader. Some of the existing ones out there (for example, Pulse News for iPhone/iPad) have a search box where you can search for some term (example - "sports") and it will return ...
3
votes
3answers
438 views

Best practices for developing a feed aggregator / proxy?

I'm looking into writing a proxy aggregator for feeds, where a handful of users specify a feed URL and some set of conditions, and the system outputs a continually-updated RSS/Atom feed of entries ...
3
votes
1answer
764 views

how to use google feed api to detect feeds updates

Because I run a blog aggregator website which checks a large list of RSS feeds for new posts every hour so I will be happy if its possible to use google feed api or Google AJAX Feed API instead of ...
2
votes
2answers
195 views

How to parse feedburner xml and display on site using google feed API

I have a feed coming from Wordpress and flowing through Feedburner. I would like to take the feed from Feedburner and display node values on my website like such: Title Description Audio Link Comment ...
1
vote
3answers
59 views

Google Feed API date to HTML5 datetime

The Google Feed API outputs the published date in the format: "13 Apr 2007 12:40:07 -0700". I wish to change that to the valid HTML5 <time datetime="YYYY-MM-DDThh:mm:ssTZD"> using JS/jQuery. ...
1
vote
0answers
99 views

Get image from rss feed using javascript (Feed API)

var entry = result.feed.entries[i]; var div = document.createElement("div"); somewhere in the output of div.appendChild(document.createTextNode(entry.content)); there are several <img ...
1
vote
0answers
39 views

How to publish a feed to msn/google?

Does anyone have any good literature or a starting point for Google/MSN? I.e., what size of files they accept, raw xml, etc?
1
vote
1answer
363 views

Google Feed API V2 aka push vs Channel API vs WebSocket

Does anybody knows when will feed v2 leave trusted tester stage? There are some usecases of feed v2 that overlap with Google Channel API, so I don't quite get point of releasing feed v2, instead of ...
1
vote
1answer
136 views

What good Feed API (Javascript or exposed via web services) are there?

I've just starting out developing using Feeds, and have so far used Google Feed API to get RSS feeds into my web application. I was wondering what other types of feed api are available for free ...
0
votes
0answers
33 views

Google Feed Api - http authentication

I got the Google feed API to work for me with no problem. Though, now I have to use a service to get the feed. They require basic authentication header encoded in Base64. Is there a good way of doing ...
0
votes
0answers
47 views

“read www.google.com” when using Google Feed API

When I execute loadTheFeeds() below, Firebug shows a completed request and response, but the screen is still blank and Firefox is trying to load god knows what from 'www.google.com' (helpful). var ...
0
votes
0answers
21 views

Google Feed Reader and Synchronous Request

I am using Google Feed Reader [in HTML as javascript] to get the data from twitter and other social networking sites. I need to preserve the order in which data being obtained from the google feed ...
0
votes
0answers
51 views

change YQL to Google Feed api and fetch news feeds

I used YQL its working but want some dynamic scrolling happening like google feed api, now i want to change my news widget hw do i do this here's the piece of code with the YQL included ...
0
votes
2answers
106 views

Good tutorial for asynchronous loading of news feed using Google-Ajax-Feed-API

please suggest a good tutorial developing a web application that loads asynchronous content Google news feed using Google-Ajax-Feed-API. Thanks!
0
votes
1answer
31 views

Google Feeds API & Quora RSS

I'm trying to pull user answers from Quora's RSS feed, using the Google Feed API. The problem is that (even when I includeHistoricalEntries() and setNumEntries(999)) I only get 20 items in the ...
0
votes
0answers
34 views

Updating newsfeed onto jQuery UI Accordion

Trying to put the titles of accordion sections as the titles pulled from Google feedreader entries. It works fine if I just use divs and html, but my jQuery/UI solution isn't showing up. ...
0
votes
1answer
59 views

how to access values returned by google feed api in page load?

am currently using google feed api to get feed links dynamically. am trying to use the results returned by the api to create rss feed for my website..Now the problem is api function call takes place ...
0
votes
0answers
46 views

jquery feed scroller google feed api

I am not too much good in ajax so I have always problem with google api because they are mostly written in ajax. I like jquery. I am trying to write a feed scroller which will look like the page ...
0
votes
0answers
57 views

Google's feed API limitations

I'm planing of using Google's feed API in a desktop application however I haven't found a conclusive answer regarding the API request limitation. What's the API limitation? Is it it limited by IP or ...
0
votes
1answer
68 views

How to access a feed with historic items (like in Google Reader) of a given feed url without authentication?

One feature of Google Reader is that it maintains a history of all items of a subscribed feed and you have access to those items when you keep scrolling down the list. In contrast if you visit the ...
0
votes
1answer
78 views

setTimeout problem with Google Feed API

I have used google feed API to read a Rss feed url and display the title. When I call the function get_rss1_feeds directly It works fine. But when I call it with setTimeout or setInterval I am able to ...
0
votes
1answer
76 views

Google feeds API javascript error

I have been using google's ajax feed api to add an rss feed to a site. I have used it to show a scrolling headline on the sidebar then used it again to add a full list of headlines of one of the ...
0
votes
1answer
164 views

Google Feed API

I'm having trouble getting Google's load feed to work. Example is supposed to be at www.eslangel.com I put this code in the header <script type="text/javascript" ...
0
votes
1answer
126 views

google feed api and grabbing tags and attributes

var feedcontainer=document.getElementById("feeddiv") var feedurl="http://example.com" var feedlimit=5 var rssoutput="<b>Latest Slashdot News:</b><br /><ul>" function ...
0
votes
1answer
134 views

Google feed Api

So, basically this is what I want to do. A, building a mobile news applet that will connect to a server running Java/Python to get news items. The server connects to a news site which has rss feeds. ...
0
votes
0answers
209 views

Parse Atom feed with Google feeds API for scientific references

I am trying to use the Google Feeds API to parse the content of an Atom feed for a Zotero bibliography inside a web page. An example of a Zotero Atom feed can be found here. I am able to display the ...
0
votes
1answer
141 views

Date formatting incoming RSS feed best practice

I am currently importing an RSS feed from a WordPress blog and the data that is coming in is okay for the most part although the formatting on the date is a bit more than what I need Sun, 20 Feb 2011 ...
0
votes
1answer
43 views

Feed API: are their any API exist to read the feed easily

I thing that suppose i have 10 feed url and if i want to read them i need to make 10 request and i need to parse every response. sometime feed not well defined error may be come when my parser parse ...
0
votes
2answers
166 views

I'm creating an RSS reader and having trouble with feedburner feeds

I'm using the Google Feed API to get feeds and the results contain an link field which is great however a feedburner feed returns something to the effect of google.feedproxy.blahblahblah and I need ...
0
votes
1answer
226 views

Load google RSS feed in IE

I'am writing a code using Google-Ajax-Feed-API to get feed from site. Here is my code for the same. <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta ...
0
votes
3answers
233 views

Aggregating and displaying content from hundreds of RSS feeds

I'd like to build a website that aggregates and displays content from hundreds of RSS feeds. The feeds will be from different sites: Twitter, Flickr, Tumblr, etc, so the content will be very ...
0
votes
1answer
279 views

Using Google AJAX Feed API Feedcontrol, I need a callback

I'm actually using the jQuery Google Feed Plugin to manually add some feeds to my site. One feed includes a photobucket album which I'd like to provide a preview of each image. I can't find a callback ...
-1
votes
1answer
56 views

Google AJAX Feed API vs ATOM/RSS

What is the difference between Google AJAX Feed API and the classics ATOM/RSS? Are they concurrents?