Questions tagged [feed]

A web feed is a data format used for providing users with frequently updated content.

A web feed is a data format used for providing users with frequently updated content.

A typical scenario of web feed use is:

  • a content provider publishes a feed link on their site which end users can register with an aggregator program (also called a feed reader or a news reader) running on their own machines;
  • doing this is usually as simple as dragging the link from the web browser to the aggregator. When instructed, the aggregator asks all the servers in its feed list if they have new content;
  • if so, the aggregator either makes a note of the new content or downloads it. Aggregators can be scheduled to check for new content periodically. Web feeds are an example of pull technology, although they may appear to push content to the user.
2620 questions
6
votes
9 answers

RSS/Atom for professional use

I wondered if anyone can give an example of a professional use of RSS/Atom feeds in a company product. Does anyone use feeds for other things than updating news? For example, did you create a product that gives results as RSS/Atom feeds? Like price…
cringe
  • 13,401
  • 15
  • 69
  • 102
6
votes
6 answers

XML declaration allowed only at the start of the document

My blog feed show error today: This page contains the following errors: error on line 2 at column 6: XML declaration allowed only at the start of the document Below is a rendering of the page up to the first error My blog feed:…
samir panchal
  • 140
  • 1
  • 1
  • 3
6
votes
2 answers

feed dialog vs explicit sharing

What are the pros and cons of using feed dialog vs explicit open graph sharing? They seem to be doing more or less the same thing - posting a news story on the user's timeline, and potentially his friends' news feeds. Feed dialog is more intrusive…
EugeneMi
  • 3,475
  • 3
  • 38
  • 57
6
votes
4 answers

Check if a URL is a valid Feed

I'm using Argotic Syndication Framework for processing feeds. But the problem is, if I pass a URL to Argotic, which is not a valid feed (for example, http://stackoverflow.com which is a html page, not feed), the program hangs (I mean, Argotic stays…
Mahdi Ghiasi
  • 14,873
  • 19
  • 71
  • 119
5
votes
4 answers

Is there any news feed (event/activity stream) engine?

I'm looking for an open source news feed engine to use in an app I'm developing. The engine needs to be able to aggregate news (items) from multiple sources a user is following and also optionally group them by news source or news type. A scalable…
Ali Shakiba
  • 20,549
  • 18
  • 61
  • 88
5
votes
2 answers

Android-Development: API to find Rss-Feeds

I want to write an app where I can search for feeds. F.e. I write "kicker" und then the app gives me proposals to find the rss I've searched for. Is there an API or commercial/free website service ? I could not find any.
Gepro
  • 583
  • 1
  • 11
  • 20
5
votes
1 answer

News Feed via graph API very different from what I see at facebook.com

I'm experimenting with the Graph API, specifically the News Feed query (me/home). And right off the bat, I can see that the JSON returned does not match what I see on my own facebook page. The API returns some objects that are not on the page, and…
John S
  • 3,035
  • 2
  • 18
  • 29
5
votes
5 answers

Looking for alternative to Google Reader sync for RSS app

I'm in the early stages of designing an RSS app, and I'd like to include syncing to an online RSS feed service as a feature. Most such apps make use of Google Reader's feed/syncing features, but Google is now moving sync out of its Reader service,…
Kevin Walzer
  • 538
  • 4
  • 14
5
votes
1 answer

how do I get a 're-share' option to show up in my app's dialog.feed post

I have a fb app that has an html anchor tag which uses href = http://www.facebook.com/dialog/feed... it works fine. but when the post shows up in the feed, it only has a 'comment' and a 'like' option beneath it. however, I see some other posts in…
shannon
  • 51
  • 3
5
votes
1 answer

Using ROME to extract feed contents?

How do I get the contents as a String using ROME in Java for some feed. At the moment this is what I got String feedURL = “...”; SyndFeedInput input = new SyndFeedInput(); SyndFeed feed = input.build(new…
Larry
  • 11,439
  • 15
  • 61
  • 84
5
votes
1 answer

Twitter json feed?

Does anyone know where I can find a json feed for this page? http://twitter.com/#!/microsoft The closest I have found is this: http://twitter.com/status/user_timeline/microsoft.json but that does not include all the tweets, i.e. " ... that…
oshirowanen
  • 15,297
  • 82
  • 198
  • 350
5
votes
1 answer

ActionView::Template::Error (wrong number of arguments (1 for 0)) with atom_feed after upgrading to rails 3.1.0

I've just upgrade my rails application from the 3.0.7 version to the release candidate 3.1.0 and I got a strange error located in my atom feed builder: ActionView::Template::Error (wrong number of arguments (1 for 0)): 1: atom_feed do |feed| 2: …
reaper
  • 398
  • 3
  • 15
5
votes
0 answers

RSS feed import all youtube channel videos

I am using Inoreader for my YouTube subscriptions feed. But it shows videos only up to 5 years in past. I can't see videos, uploaded in 2014 and earlier. Is it possible somehow generate RSS feed, with all videos, uploaded by user, and than this…
EdenPac
  • 59
  • 4
5
votes
2 answers

Python RSS Parser that also handles FeedBurner

I was in the middle of writing a Python parser script for RSS feeds. I'm using feedparser, however, I'm stuck on parsing feeds from FeedBurner. Who needs FeedBurner nowadays? Anyways.. For example, I couldn't find ways to parse…
DavidL
  • 1,260
  • 2
  • 17
  • 35
5
votes
1 answer

Embed an instagram feed

I am looking to simply add a instagram feed onto a cms website - I have got an api code/secret key to use - but the instagram instructions make absolutely no sense. I can see how to embed one post - but not an entire feed (i am not a developer so I…
daisy
  • 51
  • 1
  • 2