Tagged Questions
A web feed is a data format used for providing users with frequently updated content.
17
votes
3answers
961 views
Feed dialog generating errors with iOS SDK
UPDATE: This problem was resolved when facebook fixed their service.
I'm trying to get the feed dialog to work for sharing with facebook. I had it all working before with the old, deprecated API and ...
13
votes
10answers
556 views
Library or tool to download multiple files in parallell
I'm looking for a python library or a command line tool for downloading multiple files in parallell. My current solution is to download the files sequentially which is slow. I know you can easily ...
8
votes
3answers
2k views
What is the difference between <pubDate> and <lastBuildDate> in RSS?
I have the feeling, in every RSS.xml file, both the pubDate and the lastBuildDate match.
I am sure that this one, is not always true...
So firstly, what is the difference between those two above?
...
5
votes
4answers
161 views
News sources for python django
I find myself continually sifting through the net to keep up with Python/Django/web development trends and news. Does anyone recommend any good news sites that focus on web development or they Python ...
5
votes
1answer
161 views
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 ...
4
votes
1answer
102 views
Publish to a page wall using javascript API with a specific user
I'm trying to build a custom post to publish to one of my app facebookpage. I saw in the facebook documentation, the "from" is just a readonly property? theres a way to doit?.
var request = {
...
4
votes
2answers
171 views
What types of posts are in a feed?
I was wondering what all the possible types of posts I can expect in a feed. The documentation at http://developers.facebook.com/docs/reference/api/post/ mentions that the type field could be link, ...
4
votes
5answers
691 views
Link to RSS/Atom feed, relative, doesn't work in Firefox
I have a weird problem. I generate a HTML page, hosted let's say at http://www.x.com/stuff which contains
<head>
<link type="application/atom+xml" rel="alternate" href="/stuff/feed"/>
...
4
votes
2answers
756 views
Using the Facebook Graph API, how can I get the contents of a page?
For example, here's a 'page':
http://www.facebook.com/facebook
That page has an RSS feed (which I'd like to use, ideally), but a) it browser-sniffs meaning I need to fake the user-agent from a ...
4
votes
1answer
2k views
Are there free realtime financial data feeds since the demise of OpenQuant?
Now that the oligopole of market data providers successfully killed OpenQuant, does any alternative to proprietary and expensive subscriptions for realtime market data subsist?
Ideally I would like ...
4
votes
2answers
6k views
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 ...
4
votes
2answers
158 views
How to approach generating secure/private feeds?
What would be the best approach to generate a secure feed?
Would some sort of token (feed.example.com/user_private?user=1&token=XXXXXXXXXXX) be allright or are any other more appropriate ...
4
votes
2answers
203 views
Generating iTunes podcast feed with WCF
How do you make an iTunes podcast feed with WCF? Or do you know of a complete example that actually works?
I've reached the point where I corrected all errors and warnings[1] marked by ...
3
votes
1answer
153 views
Seven hells (Feed problems, photo posting problems etc)
Hare the quick facts
PLATFORM: Actionscript 3 with Facebook
SDK COMPILER: FlashDevelop
PROGRAMMER: Getting an headache :(
I've been writing an application which lets you take a photo from the ...
3
votes
5answers
861 views
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 ...
3
votes
0answers
262 views
iOS SDK: Feed Dialog without authorize gets send to facebook home page
I ran into an interesting bug and just want to know if anyone did experience the same problem (since I couldn't find anything about it after 2h of google):
I initalize the facebook SDK (newest ...
3
votes
1answer
180 views
Facebook graph “user/home” feed now contains activities as post items that are difficult to identify
When I make the Graph call https://graph.facebook.com/me/home , I get back a paged set of the posts on my feed. Recently, I've started to get items that appear to represent things like "John Doe ...
3
votes
3answers
215 views
Get Full-Text Feed with Delphi
I'm developing a Delphi program that reads the source of a feed through the component Indy idHTTP.. but the feed does not appear complete, appears only its summary, I mean the feed does not show the ...
3
votes
1answer
763 views
Facebook Feed Dialog Mobile Url: Issue with display=wap
I am using this url to direct my mobile web page to a facebook wall post dialog page, however I can't seem to get display=wap to work.
...
3
votes
1answer
341 views
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 ...
3
votes
3answers
430 views
Developing Facebook-Style News Feed
I'm really sorry if this question has already been asked, or answered, but I can't quite seem to find what I need.
I have every other piece of this built, my only question is surrounding inline ...
3
votes
4answers
476 views
I need a clickable UI element instead of Toast (can i create custom toast with clickable feature?)
can anyone help me to figure out this problem?
I am developing a RSS new Feed for android,and using Toast.makeText() to show the news or current update.
It must go on web on the click of that ...
3
votes
3answers
3k views
Adding content to Facebook feed dialog from Facebook SDK for Android
In my android app, I want users to "share" my app in their wall, so I want them to post a predefined content status on their wall.
How can I customize the wall status? (I want to add my app icon and ...
3
votes
2answers
433 views
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'],
...
3
votes
2answers
157 views
Aggregating from various sources
It could be a project well beyond my skills right now but I've got around one full month to spend on it so I think I can do it. What I want to build is this: Gather news about a specific subject from ...
3
votes
1answer
268 views
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 ...
3
votes
2answers
410 views
Something like pubsubhubbub that does not depend on google app engine
I am looking for something like pubsubhubbub that does not depend on google app engine to run.
What I need is a tool that can track for me a big very large number of rss or atom feeds and issue ...
3
votes
2answers
153 views
How to prevent invisible Firefox requests to RSS feeds linked to pages
Firefox browser always requests feeds linked to page and this requests brings garbage to my development serever logs.
It there any way to switch off this annoying requests?
3
votes
6answers
2k views
Is there a PHP feed reader for both RSS and ATOM?
I need a PHP library/script that can retreive data from feeds, no matter if they are RSS or ATOM, because I want users to insert random feeds which will then be stored in a database. It would also be ...
3
votes
1answer
300 views
IE7 missing Atom feed autodiscovery
I've been showing a website to a customer who insists on using IE and found out, to my surprise, that IE7 does not autodiscover the Atom newsfeed.
The feed is linked to within the HEAD element of a ...
2
votes
0answers
239 views
Can't embed flash content in timeline profiles
When trying to reactive an old app we noticed that embedding flash content in posts (trying both stream.publish and feed) didn't seem to work any more. Instead, Facebook decided to throw the following ...
2
votes
2answers
117 views
RSS feed image to wordpress featured image
I use the Feedwordpress plugin to import this rss file: http://norbertkoreman.blogspot.com/feeds/posts/default
Importing works fine, except for the image.
Now as you can see, the rssfeed has an ...
2
votes
1answer
60 views
How to cycle showing a set of divs like twitter badge widgets?
Twitter has a widget that allows you to show status updates, cycling through a set of them to make it feel like real time updates.
I would like to do the same. I'm using ruby on rails and would like ...
2
votes
2answers
59 views
Email to rss on server
for my group at the university I'd like to set up a server-sided email-to-rss service.
It should work like that, that different people can send emails to a certain address (nothing proprietary like ...
2
votes
0answers
202 views
Can I avoid Captcha dialog when posting picture using Feed Dialog in iOS SDK?
I am using the dialogs in Facebook iOS SDK to allow users's of our app to share a link on their news feed (SDK downloaded today to ensure I have latest version). This was working last week and began ...
2
votes
1answer
51 views
Using PHP to grab data from an XML feed when 2 or more fields have the same name
I am having some issues getting this to work, I have a massive XML feed which I am putting into a MYSQL Database using PHP.
One XML article looks like this...
<Article Created="10:49:51" ...
2
votes
1answer
71 views
Is there a Feedburner plugin for Wordpress that will change the RSS <link /> tags on the pages
I'm looking for a Feedburner plugin for Wordpress that redirects feeds to Feedburner, but also changes the RSS links that are embedded on the Wordpress pages to point to Feedburner. The plugins I've ...
2
votes
1answer
508 views
Seting up Github Commit RSS feed
I am trying to have y github commits as an RSS feed but soo far I have not managed to do it. I know that a private feed is available with the following syntax:
...
2
votes
1answer
123 views
How to get override the WP Admin Syndication feed limit for a custom feed?
I need to override the setting in the WP Admin for the number of recent posts in the Syndication settings under General -> Admin.
I'm using the following code, which gets all posts, but I don't need ...
2
votes
1answer
60 views
atom feed: Empty Feed or 404?
We have a REST server which returns Feed (ATOM) based on the input query. For certain query parameters (valid/invalid) the Feed contains zero entries. For zero entries should and empty feed be ...
2
votes
2answers
300 views
Where to start with creating a custom XML export / feed module for magento?
I know this is a BIG question, but i am looking to integrate magento with mobi-cart and I wondered where the best place to start with something like this would be?
I need to export certain fields ...
2
votes
1answer
78 views
reading a XML feed with '-' in some of the element names
I am trying to read an xml feed that has '-' in the element names. The feed can be found here.
http://forecast.weather.gov/MapClick.php?lat=42.19774&lon=-121.81797&FcstType=dwml
I am new to ...
2
votes
3answers
88 views
cache a feed or a finished page?
I just started using SimpleXML to get a feed and display data from that XML feed on one of my webpages. See my first post How to use the weather.gov XML Feed on a website I have a basic knowledge of ...
2
votes
3answers
321 views
How to make a live Twitterfeed like Google IO 2011 application?
I don't know if you already tested the Google IO application, but there is a cool feature displaying all the tweets including Google IO hashtags.
I really would like to offer the same feature to my ...
2
votes
1answer
218 views
Setting a custom size of thumbnails images pulled from JQUERY/FLICKR API
I am adding a gallery to a website and I want to pull the images from a flickr account.
I have it working but I would like to set a custom size to the thumbnails not just the small , meduim and ...
2
votes
2answers
603 views
Do public Twitter RSS feeds have access limits?
Example RSS feed link: http://twitter.com/statuses/user_timeline/twitter.rss
Does anyone know if Twitter limits calls to a public RSS feed? This is not using an API but a simple call to a URL.
I am ...
2
votes
1answer
230 views
Create a django queryset for non-database data
I'm looking for a way to create a simple ModelForm with one drop down list based on an external data feed. The reason I want this is to be able to import data from an external source via django admin. ...
2
votes
2answers
151 views
Analyzing camera feed under OSX
I am looking for a way to programmatically analyze a video feed from an external usb webcam under OSX.
Since I haven't done any low level programming like this before I am currently kind of lost on ...
2
votes
2answers
2k views
How do I efficiently update a UITableView with Animation?
My iPad app features a UITableView populated from a feed. Like most RSS readers, it displays a list of links to blog posts in reverse chronological order, with their titles and a summary of each post. ...
2
votes
3answers
579 views
Get a list of bugzilla bugs in PHP
Is it possible to get a list of all new bugs from a bugzilla installation via PHP?
I can see that there is the xmlrpc.cgi file but I can't find any examples of how to use it
Any help appreciated
...