Dienstag, 4. November 2008

Planning on some new Features

I'm planning on releasing some more EagleFeed features in the next weeks until christmas.

I got some ideas on different badges and even implemented a simple static map yet.

Maybe you got something that you want to have done? If this is the case please don't hesitate on writing via a comment or the brandnew feedback badge on the left. Or tweet it to me.


Have fun!



This is the link to the static map: http://eaglefeed.me/map/{your_key}

You can use it in an <img>-tag on a website like this:


Right now it's fixed size and it lacks a lot of features, but if you need some more features just write.

Samstag, 18. Oktober 2008

Fire Eagle App Gallery launched

Yesterday Fire Eagle launched the new Application Gallery and I was more than surprised to see a big EagleFeed logo displayed at the most prominent spot.

Congrats to all the other great applications which made it into the Application Gallery!

Sonntag, 24. August 2008

GeoRSS support added

I just added GeoRSS to the Atom feeds. If you check out your EagleFeed you will see a new <georss:point> element (for most detailed read level) or <georss:box> element (for every other level).

Donnerstag, 21. August 2008

Good news!

It took a while but now http://www.eaglefeed.com is up again. And I' glad I can say it wasn't my fault, though I must admit that I could have found the reason a little bit faster.

Like I mentioned before, EagleFeed.me is running on Google AppEngine. There were some issues with receiving the OAuth response from Yahoo's FireEagle and this request response cycle exceeded the time limit Google AppEngine sets for http requests. (Something you won't see on a local test system.)

But the good folks at FireEagle were very fast on helping me once I found out what the problem was. I will try to stabilize EagleFeed in the next days and hope there are no more bugs. Cross Fingers!

Sonntag, 17. August 2008

Problems

EagleFeed.me got some problems when trying to authenticate a FireEagle user. I'm working on it, but I can't say when this will be fixed.

Sorry for inconvenience.

Donnerstag, 14. August 2008

The FireEagle has landed

Since today the FireEagle Website is official open and free for everyone. FireEagle enables location-aware programms and web apps to communicate and exchange the user's location.

http://EagleFeed.me is one of these "location aware" websites. EagleFeed is trying to enable the user to do more with his very valuable own location data than typical social networks.

Check out the blog about FireEagle to learn more about FireEagle and leave a comment if you request a feature for EagleFeed.me.

Thank you.

Donnerstag, 31. Juli 2008

debugging EagleFeed.me

Yesterday my first user hit the EagleFeed.me site ( Hi Jeannie! ) and pointed me towards a bug. My code had some problems when getting not the exact position from FireEagle but a not so detailed position. Including "user sees stacktrace" and all of that kind of stuff you don't really want on a production site. But since she was my first user I think this is might be ok. ;-)

The second failure I came over at Nokia's new social community and fellow FireEagle integration site Plazes. I was wondering if I got a similar problem on my site and found out that I had:
When a user delete an app from FireEagle's "My Apps" site, the application must create a new OAuth secret user_auth token. Of course I tried to use the same old one.