feed

How to create a live feed using Rails

Im trying create a live feed block which identifies the latest data added to a forum discussion and automatically updates a block on another page with the latest posts on that forum. Im using Ruby on Rails and I would really appreciate any help on this. (If my question is not clear I hope I can be more specific with one of these exampl...

RSS Feed aggregator using Google App Engine - Python

I am trying to build a GAE app that processes an RSS feed and stores all the data from the feed into Google Datastore. I use Minidom to extract content from the RSS feed. I also tried using Feedparser and BeautifulSoup but they did not work for me. My app currently parses the feed and saves it in the Google datastore in about 25 second...

Google Base Feed - XmlTextWriter or Google Client Library objects

Hello there, I have just gone through Google Base Feed documentation as a first step to start a new project. The project allows users to submit Property(Housing) feeds to Google Base. I am having following doubt regarding - How to submit Feed to Google Base at code level. There can be two approaches if I understand this right: To ...

Show Facebook stream published feed actionlink to fans only

I've been working to understand FB API, apps and pages for 2 weeks and end up exhausted. I created a company page, developed an app to publish feeds to that page. It works fine, but I have to find a way to show its action links only to that page's fans. I tried Page.IsFan() method, but it is not working, as said in docs. I desperately n...

Rss and external feed

I want to build a similar app like this:http://community.livejournal.com/ohnotheydidnt/32551171.html using a livejournal rss feed. Any way of retrieving an external feed ( meaning getting a feed from a different domain that the one your web application-Same origin policy)? I've built a parser, but I would like to use dashcode for simple ...

RSS feed stats in Django?

I have a Django site segmented into different city and neighborhood sub-sections. I want to serve an RSS feed for each. Easy. Problem is I wanted to use Feedburner for stats, monetization etc but each feed would need to be split out manually into its own feedburner URL. There are hundreds of cities and neighborhoods. I have to roll my ow...

how to secure feed in asp.net mvc??

how to secure rss feed in asp.net mvc?? ...

Wordpress Blog RSS Feed Problems

Hello all, I have been posting on my blog http://www.prashantraju.com/ since Jan 2010 however for some reason when I subscribe to my feed http://www.prashantraju.com/feed (which is redirected to http://feeds.feedburner.com/AnalyseThis) it doesn't show my latest post? Can anyone help? Thanks in advance. ...

Is there a jQuery script to display Twitter feed with auto-refresh?

This question may be for someone familiar with creating pipes in Yahoo! Pipes. But I'm looking for a jQuery script that will display 4 tweets that will drop down automatically every 5 seconds when new tweets are posted AND that ends in a specific hash tag. It'd be great too if I could filter out bad words. Know of any scripts out ther...

SimplePie not parsing flickr feed

I am trying to use SimplePie to pull a group pool flickr feed: $feed = new SimplePie(); $feed->set_feed_url('http://api.flickr.com/services/feeds/groups_pool.gne?id=25938750@N00&lang=en-us&format=rss_200'); $feed->init(); $feed->handle_content_type(); Then I use typical SimplePie php calls to loop through the feed items. How...

Securing the rss feed with username and password,for private viewing

How can i secure the Rss feed for private viewing? ...

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 nothing related to security, so I assume that security implemented for the RSS feed is...

JSON Feed Returning null while using jQuery getJSON

http://portlandonline.com/shared/cfm/json.cfm?c=27321 It's returning null. I don't really have access to this. I have to have a server admin update the feed to my liking, so if you can tell me how to get this to work as is, without adding tags to my HTML please let me know. I will be using this with jQuery, and ive been trying to use g...

Protecting Data Feed for iPhone App

I am creating an App that pulls data from a file on my server. That file gets data from my database, based on GET values that are passed through the URL. I would like to keep this feed closed - that is, I don't want people finding the datasource and reading the data on their own. I considered sending an alphanumeric id along with the u...

Facebook Connect post feed from iPhone app without preview broken?

I just downloaded the latest FBConnect build, popped in my keys and getting a mysterious hanging error only when I try to post a feed without previewing (setting preview to zero). The activity indicated disappears and the blank dialog window just hangs there. (This mirrors what I was getting on the app I was developing). If I try to p...

DB structure for Twitter home/Facebook wall?

Basically a live feed of all your friends' recent posts. In a stupid sort of approach I think I'd start by building a query like: SELECT * FROM tblposts WHERE userid=friend_id_1OR userid=friend_id_2...... and so on Where friend_id_% is the userid of a friend from your friends list. But this must be a very inefficient way of doing it...

Link to external URL in post title of RSS feed in WordPress.

I have it currently so that my post title links to an external URL using the following code in my index.php file. <h1><a href="<?php echo get_post_meta($post->ID, 'external-link', true); ?>"><?php the_title(); ?></a> <a href="<?php the_permalink() ?>"><small>★</small></a></</h1> I'd like to have the title of my RSS feed to do the same...

Would anyone tell me how to fetch the media:thumb element's attribute from a json feed?

I made a yahoo pipe that pulls up the atoms as json format; however, I can fetch and display all the elements in my html page except for the element's attribute. Would anyone tell me how to fetch the media:thumb element's attribute from a json feed? I am pasting the html page's code with javascript. If you save the html page and then ...

I need to block my feed completly

i'm in need a solution via coding. on how to completely hide my blog feed. I know how to optimize related hook and filter such as 'the_excerpt_rss' and 'the_post_rss'. And also understand how to limit access or make my blog private. so, the question is more about howto blocking feed access without make my blog private ? i hope the sol...

How RSS feed submitter softwares are able to submit feeds??

Well, recently i bought a software that submits RSS to various RSS directories. Some of the directories, when we visit manually through a internet browser, requires registrations to submit our feed (Most popular example of such directories is feedage dot com) What made me wonder is, the software don't ask any login details while submitti...