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
5
votes
2 answers

MongoDB PHP: How do I get ObjectId with a JSON feed? (it's blank)

I'm storing a file through GridFS and saving the id like so: $file_id = $gridfs->storeUpload('texture'); $item = array( 'name'=>$_POST['name'], 'description'=>$_POST['description'], 'price'=>$_POST['price'], …
Oscar Godson
  • 31,662
  • 41
  • 121
  • 201
5
votes
1 answer

How to merge, create tags and put an ascending order the feeds of more RSS Feed links like on Yahoo Pipes?

I need to take the feeds of more RSS Feed urls that I have to aggregate and show the news in descending order. Some links don't have an xml tag for so I need to create one: I have to know where feeds come from so that I can categorize…
Rick
  • 3,943
  • 6
  • 33
  • 45
5
votes
6 answers

Insert un-escaped html into rss feed made in django

I'm trying to use django to create a podcast rss feed using feedgenerator.Rss201rev2Feed As a feed generator, it works somewhat the opposite to BeautifulSoup: putting info into appropriate xml tags It's working well, except I'd like to not escape…
Mark
  • 1,285
  • 1
  • 19
  • 28
5
votes
2 answers

Event feed implementation - will it scale?

Situation: I am currently designing a feed system for a social website whereby each user has a feed of their friends' activities. I have two possible methods how to generate the feeds and I would like to ask which is best in terms of ability to…
SlappyTheFish
  • 2,344
  • 3
  • 34
  • 41
5
votes
3 answers

How to make a news feed like facebook for android?

I want to make an app with something like facebooks news feed it's going to be a text with an image below it that opens a new page, but I actually don't know what it's called so I can't search the internet for something that I don't know it's name,…
youssef abaza
  • 145
  • 1
  • 2
  • 9
5
votes
1 answer

Implementing Security for Rss Feeds

A)I want to be able to support password protection of my RSS feeds through the following authentication methods: HTTP Basic Integrated Windows (NTLM/Kerberos) Digest 1)How can i do that in asp.net mvc B) Reading over the RSS 2.0 specification, I saw…
Sagar
  • 1,727
  • 4
  • 22
  • 30
5
votes
0 answers

How to make facebook custom story with custom structure like strava?

I understand that we can make custom facebook feeds with custom actions and objects (doc: facebook custom stories) However, I can't seem to find any documentation about making a custom-structured output feed like Strava below for example. Just to…
byl83
  • 736
  • 5
  • 8
5
votes
1 answer

How to get gmail inbox feed from a category

As specified here https://developers.google.com/google-apps/gmail/gmail_inbox_feed, I can get a feed of unread emails under a label 'work' by simply calling https://mail.google.com/mail/feed/atom/work/ How can we do the same thing with a category…
user3469397
5
votes
1 answer

Is it possible to get RSS archive

I know that rss feeds is news...Is it possible to get rss feed's from yesterday or day before yesterday...(more exactly, archive of rss feeds).
Ballon
  • 6,882
  • 18
  • 49
  • 63
5
votes
1 answer

CouchDB Last Seq Changes Feed

I think I'm going about something wrong here, maybe someone can clarify. I have an app that long polls CouchDB (via nodejs) for which it uses the changes feed. When my app makes it's first poll of the changes feed it doesn't know what the last_seq…
skinneejoe
  • 3,921
  • 5
  • 30
  • 45
5
votes
2 answers

Twitter Feed API stopped working

Here is the following code I am using