Hello All. I'm having difficulty getting an app key. Filling out the form is straightforward, but after clicking the "Get New Application Key" button I always...
Jason, Thanks for the feedback, we looked into it and it seems we were have some issues on the server... These should be fixed now, I just went in and created ...
Hey guys, Over the last couple of months, we've seen people create dozens of ways for users to update or use their location with Fire Eagle. Now we want to...
Hi, Since 1pm PT Oct 9th we have lost connection with the Fire Eagle api and the user web service call returns 404 errors with the message. "The page you were...
Is this promo still available? The promo page says it has been extended until December 31st, but the unique promo codes that it gives out don't seem to work...
Hi there, I'm a little bit confused as to which of the authentication types I should be using for the iPhone. Firstly I'd like some callback url so that safari...
Hi Neil, ... You can set up your application to use desktop auth, and then pass your x-com-myapp:// URL as the ‘oauth_callback’ parameter in your request. ...
... Thanks for the reply Ben, This is actually what I've been trying to do, but I can't get the callback to work... I even tried just pasting the url into...
Actually, it seems to handle http://google.com But not myapp://google.com In the latter case it just tells me to return to my application... is it because it...
Ok so I've looked some more at this, namely the application yofe! for the iPhone. I think this guy has had the same problem! If you watch the authorization...
Hello everyone, I was wondering if Fire Eagle had any support (or planned any future support) for updating locations with friendly names. Is it possible to ...
Hey guys- the app gallery looks very cool. Noticed a small thing however - not sure if its "as intended". We're upgrading our app today and the callback URL...
Hi Neil, ... OK, that sounds like a bug. Should be able to directly redirect to any URL scheme (apart from ‘javascript://’), so we'll take a look into ...
Hey there, The short answer is that we're definitely interested in these areas but we think it's part of a bigger piece of work that we want to get to. The...
If you are looking for a Java client library, try jfireeagle: http://code.google.com/p/jfireeagle The library runs on Java 5 virtual machines and is also...
I have an Android application that uses a custom URL scheme: myapp:// I just tested oauth_callback in my Android application. It works great! Thanks...
Hello, I've just started to play around with the Fire Eagle API. I wish to use my current location to get a weather forecast for where I am from Yahoo!...
Hi Dorzey, The Y!API for weather allows you to pass a postal code: http://weather.yahooapis.com/forecastrss?p=94089 which will work if you only need weather...
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...