<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Android and Fire Eagle; OAuth and Java</title>
	<atom:link href="http://awalkingcity.com/blog/2008/03/13/android-and-fire-eagle-oauth-and-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://awalkingcity.com/blog/2008/03/13/android-and-fire-eagle-oauth-and-java/</link>
	<description></description>
	<lastBuildDate>Thu, 11 Mar 2010 01:09:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://awalkingcity.com/blog/2008/03/13/android-and-fire-eagle-oauth-and-java/comment-page-1/#comment-331</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 11 Mar 2010 01:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://awalkingcity.com/blog/?p=13#comment-331</guid>
		<description>This post is really, really old.  OAuth Java has changed a lot since this post you, should definitely try out signpost for a really good OAuth Library for Java.</description>
		<content:encoded><![CDATA[<p>This post is really, really old.  OAuth Java has changed a lot since this post you, should definitely try out signpost for a really good OAuth Library for Java.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Melanie</title>
		<link>http://awalkingcity.com/blog/2008/03/13/android-and-fire-eagle-oauth-and-java/comment-page-1/#comment-329</link>
		<dc:creator>Melanie</dc:creator>
		<pubDate>Wed, 10 Mar 2010 10:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://awalkingcity.com/blog/?p=13#comment-329</guid>
		<description>I don&#039;t find the class OAuthHttpClient.java in the OAuth java libraries. Is it too old? Ist there a class I can use instead of that?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t find the class OAuthHttpClient.java in the OAuth java libraries. Is it too old? Ist there a class I can use instead of that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthias</title>
		<link>http://awalkingcity.com/blog/2008/03/13/android-and-fire-eagle-oauth-and-java/comment-page-1/#comment-254</link>
		<dc:creator>Matthias</dc:creator>
		<pubDate>Sun, 28 Jun 2009 13:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://awalkingcity.com/blog/?p=13#comment-254</guid>
		<description>It should work out-of-the-box with any Java software using URLConnection style requests. More sophisticated HTTP transports require add-on modules providing adapters for the HttpRequest interface.</description>
		<content:encoded><![CDATA[<p>It should work out-of-the-box with any Java software using URLConnection style requests. More sophisticated HTTP transports require add-on modules providing adapters for the HttpRequest interface.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://awalkingcity.com/blog/2008/03/13/android-and-fire-eagle-oauth-and-java/comment-page-1/#comment-251</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 27 Jun 2009 21:05:48 +0000</pubDate>
		<guid isPermaLink="false">http://awalkingcity.com/blog/?p=13#comment-251</guid>
		<description>This is great, much simpler than the default OAuth implementation. Have you tested this with the Java App Engine &quot;runtime,&quot; it should just work since it uses URL for http request.</description>
		<content:encoded><![CDATA[<p>This is great, much simpler than the default OAuth implementation. Have you tested this with the Java App Engine &#8220;runtime,&#8221; it should just work since it uses URL for http request.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthias</title>
		<link>http://awalkingcity.com/blog/2008/03/13/android-and-fire-eagle-oauth-and-java/comment-page-1/#comment-250</link>
		<dc:creator>Matthias</dc:creator>
		<pubDate>Sat, 27 Jun 2009 15:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://awalkingcity.com/blog/?p=13#comment-250</guid>
		<description>You guys may want to have a look at Signpost, it works on Android, isn&#039;t tied to any specific HTTP library, and has a dead simple interface.

http://code.google.com/p/oauth-signpost/ (with examples)</description>
		<content:encoded><![CDATA[<p>You guys may want to have a look at Signpost, it works on Android, isn&#8217;t tied to any specific HTTP library, and has a dead simple interface.</p>
<p><a href="http://code.google.com/p/oauth-signpost/" rel="nofollow">http://code.google.com/p/oauth-signpost/</a> (with examples)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Achim</title>
		<link>http://awalkingcity.com/blog/2008/03/13/android-and-fire-eagle-oauth-and-java/comment-page-1/#comment-50</link>
		<dc:creator>Achim</dc:creator>
		<pubDate>Wed, 26 Nov 2008 19:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://awalkingcity.com/blog/?p=13#comment-50</guid>
		<description>I tried to get the code working, using the Android SDK 1.0 and the latest code from http://oauth.googlecode.com/svn/code/java/core/

I had to spend a bunch of time to get it compile, it didn&#039;t work at all and after starting debugging I&#039;m wondering how it ever worked. Was the code base in the google repository very different at that time? Is it supposed to work?

Any help is appreciated.

Achim (achim@life360.com)</description>
		<content:encoded><![CDATA[<p>I tried to get the code working, using the Android SDK 1.0 and the latest code from <a href="http://oauth.googlecode.com/svn/code/java/core/" rel="nofollow">http://oauth.googlecode.com/svn/code/java/core/</a></p>
<p>I had to spend a bunch of time to get it compile, it didn&#8217;t work at all and after starting debugging I&#8217;m wondering how it ever worked. Was the code base in the google repository very different at that time? Is it supposed to work?</p>
<p>Any help is appreciated.</p>
<p>Achim (achim@life360.com)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-11-06 &#124; Nathan and his Open Ideals</title>
		<link>http://awalkingcity.com/blog/2008/03/13/android-and-fire-eagle-oauth-and-java/comment-page-1/#comment-45</link>
		<dc:creator>links for 2008-11-06 &#124; Nathan and his Open Ideals</dc:creator>
		<pubDate>Thu, 06 Nov 2008 16:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://awalkingcity.com/blog/?p=13#comment-45</guid>
		<description>[...] a walking city » Blog Archive » Android and Fire Eagle; OAuth and Java Fire eagle is a Yahoo! location sharing service that provides an API that allows external clients and services to update and query user location information. Besides the obvious interesting connection between a location sharing service and Android’s Location-Based-Services API, I became more interested in how fire eagle uses OAuth as it’s authorization scheme and how it can be used on a smart mobile device. (tags: android java location oauth fireeagle) [...]</description>
		<content:encoded><![CDATA[<p>[...] a walking city » Blog Archive » Android and Fire Eagle; OAuth and Java Fire eagle is a Yahoo! location sharing service that provides an API that allows external clients and services to update and query user location information. Besides the obvious interesting connection between a location sharing service and Android’s Location-Based-Services API, I became more interested in how fire eagle uses OAuth as it’s authorization scheme and how it can be used on a smart mobile device. (tags: android java location oauth fireeagle) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: .</title>
		<link>http://awalkingcity.com/blog/2008/03/13/android-and-fire-eagle-oauth-and-java/comment-page-1/#comment-37</link>
		<dc:creator>.</dc:creator>
		<pubDate>Thu, 23 Oct 2008 18:57:47 +0000</pubDate>
		<guid isPermaLink="false">http://awalkingcity.com/blog/?p=13#comment-37</guid>
		<description>I&#039;ve been working on a Java client library for Fire Eagle.  The project is called jfireeagle:

http://code.google.com/p/jfireeagle

http://code.google.com/p/jfireeagle/source/browse/#svn/trunk</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been working on a Java client library for Fire Eagle.  The project is called jfireeagle:</p>
<p><a href="http://code.google.com/p/jfireeagle" rel="nofollow">http://code.google.com/p/jfireeagle</a></p>
<p><a href="http://code.google.com/p/jfireeagle/source/browse/#svn/trunk" rel="nofollow">http://code.google.com/p/jfireeagle/source/browse/#svn/trunk</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a walking city &#187; Blog Archive &#187; Build Your Own Micro Location Sharing Service With Google&#8217;s AppEngine&#8230; and use it with android</title>
		<link>http://awalkingcity.com/blog/2008/03/13/android-and-fire-eagle-oauth-and-java/comment-page-1/#comment-21</link>
		<dc:creator>a walking city &#187; Blog Archive &#187; Build Your Own Micro Location Sharing Service With Google&#8217;s AppEngine&#8230; and use it with android</dc:creator>
		<pubDate>Thu, 10 Apr 2008 01:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://awalkingcity.com/blog/?p=13#comment-21</guid>
		<description>[...] gets your current location in the same way that we did in our fire eagle example. It then constructs a POST request with the latitude and longitude as parameters for our web [...]</description>
		<content:encoded><![CDATA[<p>[...] gets your current location in the same way that we did in our fire eagle example. It then constructs a POST request with the latitude and longitude as parameters for our web [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
