CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 03 Aug 2025 21:58:36 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20081012135648
location: https://web.archive.org/web/20081012135648/https://github.com/jnewland/fireeagle/tree
server-timing: captures_list;dur=0.761088, exclusion.robots;dur=0.023870, exclusion.robots.policy;dur=0.011472, esindex;dur=0.013962, cdx.remote;dur=155.356554, LoadShardBlock;dur=302.034236, PetaboxLoader3.datanode;dur=113.976840, PetaboxLoader3.resolve;dur=62.863352
x-app-server: wwwb-app213
x-ts: 302
x-tr: 500
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app213; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sun, 03 Aug 2025 21:58:38 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Sun, 12 Oct 2008 20:56:48 GMT
x-archive-orig-transfer-encoding: chunked
x-archive-orig-connection: close
x-archive-orig-set-cookie: _github_sess=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%250ASGFzaHsABjoKQHVzZWR7AA%253D%253D--4d8802a39cf2ae2680fcdf915bd7f8472555cf65; domain=.github.com; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 1.01925
x-archive-orig-etag: "abb931d399df2db0164d22c4b470a96c"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-x_commoncrawl_parsesegmentid: 4437
x-archive-orig-x_commoncrawl_originalurl: https://github.com/jnewland/fireeagle/tree
x-archive-orig-x_commoncrawl_urlfp: -4124070904539510646
x-archive-orig-x_commoncrawl_hostfp: -8801896244620822287
x-archive-orig-x_commoncrawl_signature: abb931d399df2db0164d22c4b470a96c
x-archive-orig-x_commoncrawl_crawlno: 1
x-archive-orig-x_commoncrawl_fetchtimestamp: 1223845008972
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
x-archive-orig-content-encoding: gzip
memento-datetime: Sun, 12 Oct 2008 13:56:48 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 29 May 2008 13:19:19 GMT", ; rel="prev memento"; datetime="Tue, 16 Sep 2008 10:59:03 GMT", ; rel="memento"; datetime="Sun, 12 Oct 2008 13:56:48 GMT", ; rel="next memento"; datetime="Sun, 10 May 2009 04:25:50 GMT", ; rel="last memento"; datetime="Sun, 10 May 2009 04:25:50 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 1224159567547_46-c/1224159570909_27.arc.gz
server-timing: captures_list;dur=0.494920, exclusion.robots;dur=0.019647, exclusion.robots.policy;dur=0.009596, esindex;dur=0.010891, cdx.remote;dur=1162.666768, LoadShardBlock;dur=480.473196, PetaboxLoader3.datanode;dur=205.048181, PetaboxLoader3.resolve;dur=409.151858, load_resource;dur=225.736497
x-app-server: wwwb-app213
x-ts: 200
x-tr: 1925
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
jnewland's fireeagle at master — GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Run the following if you haven't already:
gem sources -a https://gems.github.com
Install the gem(s):
sudo gem install jnewland-fireeagle
Description: | Ruby wrapper for Yahoo!'s FireEagle |
Homepage: | https://fireeagle.rubyforge.org/ |
Clone URL: |
git://github.com/jnewland/fireeagle.git
Give this clone URL to anyone.
git clone git://github.com/jnewland/fireeagle.git
|
README.txt
FireEagle[https://fireeagle.yahoo.net] (FE) is a system providing centralized management of user location information. FE allows 3rd party developers to pdate and/or access user's location data. https://fireeagle.yahoo.net/developer/documentation == Installation gem install fireeagle == Usage >> require 'fireeagle' >> client = FireEagle::Client.new( :consumer_key => "<consumer key>", :consumer_secret => "<consumer secret>", :access_token => "[access token]", :access_token_secret => "[access token secret]") ==== With a User-specific OAuth Access Token # update your location >> client.update(:q => "punta del diablo, uruguay") # I wish # query your location >> user = client.user => #<FireEagle::User:0x1ca5e08 ... > >> user.locations => [#<FireEagle::Location:0x1cdd9e8 ...>, #<FireEagle::Location:0x1cc8ffc ...>, ... ] >> user.best_guess => #<FireEagle::Location:0x1cdd9e8 ...> >> user.best_guess.name => "Punta del Diablo, Uruguay" # lookup a location >> locations = client.lookup(:q => "30022") => [#<FireEagle::Location:0x1cdd9e8 ...>, #<FireEagle::Location:0x1cc8ffc ...>, ...] >> locations.first.name => "Alpharetta, GA 30022" >> locations.first.place_id => "IrhZMHuYA5s1fFi4Qw" == Authorization Authorization is handled by OAuth. For more details about the OAuth authorization flow and how it differs based on your application type, please see https://fireeagle.yahoo.net/developer/documentation/authorizing == Contributing https://github.com/jnewland/fireeagle/tree/master. You know what to do. Rubyforge Project Page:: https://rubyforge.org/projects/fireeagle Author:: Jesse Newland (https://soylentfoo.jnewland.com) (jnewland@gmail.com[mailto:jnewland@gmail.com]) Copyright:: Copyright (c) 2008 Jesse Newland. Portions[https://pastie.caboo.se/private/oevvkdzl0zrdkf8s7hetg] Copyright (c) 2008 Yahoo! License:: Distributed under the same terms as Ruby
This feature is coming soon. Sit tight!