I have created a Fire Eagle application which is an web-auth application named CCTLocBlog. But I met problems when I am tring the php walk through examples...
I was just testing Fire Eagle with the latest (trunk) OAuth Java library code: http://code.google.com/p/oauth The latest build of OAuth Java relies on HTTP's...
I have a mobile application that sends requests to Fire Eagle. I'd like to use gzip compression to reduce the amount of data transferred. This technique is...
... Which seems reasonable -- my reading is that you send *all* headers and then wait for the 100 - continue response before sending the request body. Your...
... It should support them by virtue of running a standards-compliant web server (i.e. it's not an app-level concern). I'm guessing that Holger is correct. If...
... I sent a request to Fire Eagle a few moments ago. The request uses the "Accept-Encoding: gzip, deflate" header. Fire Eagle's response did not have a...
Hi Dorzey. It's not documented, but you can use the "w" parameter in the Weather API to provide a WOEID (that you get from Fire Eagle). That's what the...
Your request looks right, so I'm not sure why it's getting a gzipped response. It doesn't have all of the headers that Firebug shows me (in the network tab,...
I have tested Apache HttpClient against another public REST web service. The other REST web service sends a gzip compressed response and the 'Content-Encoding:...
my team and I are working on a location aware project for law enforcement, and would like to find a developer or developer team to assist. Specific tasks...
I'm looking for a simple app that will constantly broadcast my location from my blackberry and nokia. I'm not entirely satisfied with the accuracy and battery...
I would recommend looking into the J2ME updater - http://j2me.fireeagle.yahoo.net/j2me/ it's not currently listed in our gallery... we're working on that. ...
Hi Armand. The correct link for downloading is: http://j2me.fireeagle.yahoo.net/j2me/FireEagleUpdater.jar seth On Wed, Nov 12, 2008 at 12:03 AM, Armand du...
Hello, could someone please point me toward an easy solution on how to calculate local time from timezone and timestamp? A couple of EagleFeed users requested...
Hi Richie. The simplest way is to lean on your OS's TZ implementation: $ TZ=America/New_York date -r 1226531571 tz is the database that most systems seem to...
EagleFeed is running on Google AppEngine / Python, that's why your approach won't work. But I found http://pytz.sourceforge.net/ which seems to do what I want....
Hey guys, We just got our Twitter stream of updates up and running. Hopefully this will get updated a little more often than the blog does. We'll be sticking...
I've got two questions today, due to my obviously muddled understanding of OAuth :-) I'm trying to build a new FE app that, roughly, tracks a bunch of users...
Let me ask question 1 a different way: I have a bare bones python app that looks like -- from fireeagle_api import FireEagle import httplib import oauth # file...
/recent gives me a response of [{'token': 'aEACzBbMx0KO', 'location': []}] I'm suspicious that the location is empty. I'd like to grab the location associated...
Hey Chris. I'm glad to see that you've been making progress. If you'd like to receive updates in real-time, you can try out our XMPP pubsub node (which hasn't...
I'm glad to see that you've been making progress. If you'd like to receive updates in real-time, you can try out our XMPP pubsub node (which hasn't been...