<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-4276667104978676221.post549692965104313432..comments</id><updated>2011-08-25T14:01:36.707-07:00</updated><category term='ruby'/><category term='facebook'/><category term='Heroku'/><category term='hackintosh'/><category term='jQuery'/><category term='sortable'/><category term='UI'/><category term='DelayedJob'/><category term='api'/><category term='scheduled'/><category term='django'/><category term='Apple'/><category term='draggable'/><category term='proprietary platform'/><category term='OS X'/><category term='tasks'/><category term='ruby on rails'/><category term='iPhone'/><category term='register'/><category term='jobs'/><category term='clone()'/><category term='mac finder'/><category term='rails'/><category term='turbogears'/><category term='iPhone OS 4'/><category term='oauth'/><category term='registration'/><category term='iPad'/><category term='tree'/><category term='opengraph'/><category term='closed platform'/><title type='text'>Comments on WiseJive: Facebook OAuth on Rails..</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.wisejive.com/feeds/549692965104313432/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4276667104978676221/549692965104313432/comments/default'/><link rel='alternate' type='text/html' href='http://www.wisejive.com/2010/05/facebook-oauth-on-rails.html'/><author><name>Jamie</name><uri>http://www.blogger.com/profile/07322322127591539602</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://4.bp.blogspot.com/__zmTGYsardY/StPZbymvCzI/AAAAAAAAABo/hVTNqGlL6tI/S220/Camera+Pics+290.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>12</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4276667104978676221.post-8720639878523238866</id><published>2011-08-25T14:01:36.708-07:00</published><updated>2011-08-25T14:01:36.708-07:00</updated><title type='text'>Hi Jamie, 
thanks a lot for posting this. 

I don&amp;...</title><content type='html'>Hi Jamie, &lt;br /&gt;thanks a lot for posting this. &lt;br /&gt;&lt;br /&gt;I don&amp;#39;t understand why but what I get for &amp;quot;data = response.body&amp;quot; is &lt;br /&gt;{   &amp;quot;error&amp;quot;: {      &amp;quot;type&amp;quot;: &amp;quot;OAuthException&amp;quot;,      &amp;quot;message&amp;quot;: &amp;quot;Error validating verification code.&amp;quot;   }}&lt;br /&gt;&lt;br /&gt;I don&amp;#39;t understand what happens. &lt;br /&gt;when I just try the url in my browser with all the parameters until the access code, I can get the access token, but not this way. &lt;br /&gt;&lt;br /&gt;on the other hand, when I try the same url with a browser with which I&amp;#39;m logged in into Facebook with a different user [but I reuse the code I got for the previous user], then I get the exact same error [&amp;quot;Error validating verification code.&amp;quot;]. So I wonder if there&amp;#39;s an issue with regards to the server &amp;#39;not being logged in as the user who got the code&amp;#39;&lt;br /&gt;&lt;br /&gt;I tried hard to make this work and couldn&amp;#39;t figure it out. Any help would be super appreciated&lt;br /&gt;&lt;br /&gt;Thanks!&lt;br /&gt;&lt;br /&gt;Pierre&lt;br /&gt;&lt;br /&gt;this is the code I use in my controller [after I logged on the client side - which successfully gives my controller a code]&lt;br /&gt;&lt;br /&gt;------------------------------------------------------------------------------------------------&lt;br /&gt; @access_code = params[:code]&lt;br /&gt; url = URI.parse(&amp;quot;https://graph.facebook.com/oauth/access_token?client_id=MYCLIENTID&amp;amp;redirect_uri=MYREDIRECTURI&amp;amp;client_secret=MYAPPSECRET&amp;amp;code=#{CGI::escape(@access_code)}&amp;quot;)       http = Net::HTTP.new(url.host, url.port)       http.use_ssl = (url.scheme == &amp;#39;https&amp;#39;)       tmp_url = url.path+&amp;quot;?&amp;quot;+url.query       request = Net::HTTP::Get.new(tmp_url)       response = http.request(request)       data = response.body       @access_token = data.split(&amp;quot;=&amp;quot;)[1]       @test = data&lt;br /&gt;&lt;br /&gt;------------------------------------------------------------------------------------------------</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4276667104978676221/549692965104313432/comments/default/8720639878523238866'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4276667104978676221/549692965104313432/comments/default/8720639878523238866'/><link rel='alternate' type='text/html' href='http://www.wisejive.com/2010/05/facebook-oauth-on-rails.html?showComment=1314306096708#c8720639878523238866' title=''/><author><name>Jamie</name><uri>http://www.blogger.com/profile/07322322127591539602</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://4.bp.blogspot.com/__zmTGYsardY/StPZbymvCzI/AAAAAAAAABo/hVTNqGlL6tI/S220/Camera+Pics+290.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.wisejive.com/2010/05/facebook-oauth-on-rails.html' ref='tag:blogger.com,1999:blog-4276667104978676221.post-549692965104313432' source='http://www.blogger.com/feeds/4276667104978676221/posts/default/549692965104313432' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1439764664'/></entry><entry><id>tag:blogger.com,1999:blog-4276667104978676221.post-1236448289016323783</id><published>2010-11-18T00:35:59.698-08:00</published><updated>2010-11-18T00:35:59.698-08:00</updated><title type='text'>testing</title><content type='html'>testing</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4276667104978676221/549692965104313432/comments/default/1236448289016323783'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4276667104978676221/549692965104313432/comments/default/1236448289016323783'/><link rel='alternate' type='text/html' href='http://www.wisejive.com/2010/05/facebook-oauth-on-rails.html?showComment=1290069359698#c1236448289016323783' title=''/><author><name>Jamie</name><uri>http://www.blogger.com/profile/07322322127591539602</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://4.bp.blogspot.com/__zmTGYsardY/StPZbymvCzI/AAAAAAAAABo/hVTNqGlL6tI/S220/Camera+Pics+290.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.wisejive.com/2010/05/facebook-oauth-on-rails.html' ref='tag:blogger.com,1999:blog-4276667104978676221.post-549692965104313432' source='http://www.blogger.com/feeds/4276667104978676221/posts/default/549692965104313432' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1439764664'/></entry><entry><id>tag:blogger.com,1999:blog-4276667104978676221.post-7203576072323851439</id><published>2010-10-05T07:25:30.559-07:00</published><updated>2010-10-05T07:25:30.559-07:00</updated><title type='text'>just getting my head around RoR - may seem silly, ...</title><content type='html'>just getting my head around RoR - may seem silly, but i&amp;#39;ve put this in a &amp;#39;services&amp;#39; controller (i am storing multiple social network tokens per person- so the toke will be associated with a user id in the services model) - but can&amp;#39;t seem to call it - sure i&amp;#39;m being stupid, but any help for a beginner would be greatly appreciated!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4276667104978676221/549692965104313432/comments/default/7203576072323851439'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4276667104978676221/549692965104313432/comments/default/7203576072323851439'/><link rel='alternate' type='text/html' href='http://www.wisejive.com/2010/05/facebook-oauth-on-rails.html?showComment=1286288730559#c7203576072323851439' title=''/><author><name>Jamie</name><uri>http://www.blogger.com/profile/07322322127591539602</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://4.bp.blogspot.com/__zmTGYsardY/StPZbymvCzI/AAAAAAAAABo/hVTNqGlL6tI/S220/Camera+Pics+290.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.wisejive.com/2010/05/facebook-oauth-on-rails.html' ref='tag:blogger.com,1999:blog-4276667104978676221.post-549692965104313432' source='http://www.blogger.com/feeds/4276667104978676221/posts/default/549692965104313432' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1439764664'/></entry><entry><id>tag:blogger.com,1999:blog-4276667104978676221.post-2757940938780905765</id><published>2010-08-20T08:29:16.594-07:00</published><updated>2010-08-20T08:29:16.594-07:00</updated><title type='text'>BTW while I am on this post, @Gladiator I am not s...</title><content type='html'>BTW while I am on this post, @Gladiator I am not sure if Facebook was just down, but the code as is does work, I verified it last night.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4276667104978676221/549692965104313432/comments/default/2757940938780905765'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4276667104978676221/549692965104313432/comments/default/2757940938780905765'/><link rel='alternate' type='text/html' href='http://www.wisejive.com/2010/05/facebook-oauth-on-rails.html?showComment=1282318156594#c2757940938780905765' title=''/><author><name>Jamie</name><uri>http://www.blogger.com/profile/07322322127591539602</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://4.bp.blogspot.com/__zmTGYsardY/StPZbymvCzI/AAAAAAAAABo/hVTNqGlL6tI/S220/Camera+Pics+290.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.wisejive.com/2010/05/facebook-oauth-on-rails.html' ref='tag:blogger.com,1999:blog-4276667104978676221.post-549692965104313432' source='http://www.blogger.com/feeds/4276667104978676221/posts/default/549692965104313432' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1439764664'/></entry><entry><id>tag:blogger.com,1999:blog-4276667104978676221.post-7253650582359025701</id><published>2010-08-20T08:27:15.791-07:00</published><updated>2010-08-20T08:27:15.791-07:00</updated><title type='text'>Indeed I did, updating the post now.</title><content type='html'>Indeed I did, updating the post now.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4276667104978676221/549692965104313432/comments/default/7253650582359025701'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4276667104978676221/549692965104313432/comments/default/7253650582359025701'/><link rel='alternate' type='text/html' href='http://www.wisejive.com/2010/05/facebook-oauth-on-rails.html?showComment=1282318035791#c7253650582359025701' title=''/><author><name>Jamie</name><uri>http://www.blogger.com/profile/07322322127591539602</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://4.bp.blogspot.com/__zmTGYsardY/StPZbymvCzI/AAAAAAAAABo/hVTNqGlL6tI/S220/Camera+Pics+290.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.wisejive.com/2010/05/facebook-oauth-on-rails.html' ref='tag:blogger.com,1999:blog-4276667104978676221.post-549692965104313432' source='http://www.blogger.com/feeds/4276667104978676221/posts/default/549692965104313432' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1439764664'/></entry><entry><id>tag:blogger.com,1999:blog-4276667104978676221.post-6178188138800424825</id><published>2010-08-20T08:21:44.386-07:00</published><updated>2010-08-20T08:21:44.386-07:00</updated><title type='text'>&amp;quot;In the past I have use facebooker to integra...</title><content type='html'>&amp;quot;In the past I have use facebooker to integrate with facebooker&amp;quot; - I guess you mean &amp;quot;with facebook&amp;quot; :-)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4276667104978676221/549692965104313432/comments/default/6178188138800424825'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4276667104978676221/549692965104313432/comments/default/6178188138800424825'/><link rel='alternate' type='text/html' href='http://www.wisejive.com/2010/05/facebook-oauth-on-rails.html?showComment=1282317704386#c6178188138800424825' title=''/><author><name>Jamie</name><uri>http://www.blogger.com/profile/07322322127591539602</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://4.bp.blogspot.com/__zmTGYsardY/StPZbymvCzI/AAAAAAAAABo/hVTNqGlL6tI/S220/Camera+Pics+290.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.wisejive.com/2010/05/facebook-oauth-on-rails.html' ref='tag:blogger.com,1999:blog-4276667104978676221.post-549692965104313432' source='http://www.blogger.com/feeds/4276667104978676221/posts/default/549692965104313432' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1439764664'/></entry><entry><id>tag:blogger.com,1999:blog-4276667104978676221.post-9033367314717030687</id><published>2010-08-12T12:51:37.223-07:00</published><updated>2010-08-12T12:51:37.223-07:00</updated><title type='text'>Guessing that the output format has changed, I&amp;#39...</title><content type='html'>Guessing that the output format has changed, I&amp;#39;d try data.split(&amp;quot;=&amp;quot;)[0] or data.split(&amp;quot;=&amp;quot;)[2]...</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4276667104978676221/549692965104313432/comments/default/9033367314717030687'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4276667104978676221/549692965104313432/comments/default/9033367314717030687'/><link rel='alternate' type='text/html' href='http://www.wisejive.com/2010/05/facebook-oauth-on-rails.html?showComment=1281642697223#c9033367314717030687' title=''/><author><name>Jamie</name><uri>http://www.blogger.com/profile/07322322127591539602</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://4.bp.blogspot.com/__zmTGYsardY/StPZbymvCzI/AAAAAAAAABo/hVTNqGlL6tI/S220/Camera+Pics+290.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.wisejive.com/2010/05/facebook-oauth-on-rails.html' ref='tag:blogger.com,1999:blog-4276667104978676221.post-549692965104313432' source='http://www.blogger.com/feeds/4276667104978676221/posts/default/549692965104313432' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1439764664'/></entry><entry><id>tag:blogger.com,1999:blog-4276667104978676221.post-8170666992952107592</id><published>2010-08-12T12:49:32.544-07:00</published><updated>2010-08-12T12:49:32.544-07:00</updated><title type='text'>@Sam, I think you can check to see if the session ...</title><content type='html'>@Sam, I think you can check to see if the session is still any good by trying to get the person&amp;#39;s feed (and seeing if you get a return, there maybe better endpoints to hit to check to see if the session is still good).  If you get a good return (meaning good data), then you don&amp;#39;t need to reauth.@Sam, I think you can check to see if the session is still any good by trying to get the person&amp;#39;s feed (and seeing if you get a return, there maybe better endpoints to hit to check to see if the session is still good).  If you get a good return (meaning good data), then you don&amp;#39;t need to reauth.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4276667104978676221/549692965104313432/comments/default/8170666992952107592'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4276667104978676221/549692965104313432/comments/default/8170666992952107592'/><link rel='alternate' type='text/html' href='http://www.wisejive.com/2010/05/facebook-oauth-on-rails.html?showComment=1281642572544#c8170666992952107592' title=''/><author><name>Jamie</name><uri>http://www.blogger.com/profile/07322322127591539602</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://4.bp.blogspot.com/__zmTGYsardY/StPZbymvCzI/AAAAAAAAABo/hVTNqGlL6tI/S220/Camera+Pics+290.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.wisejive.com/2010/05/facebook-oauth-on-rails.html' ref='tag:blogger.com,1999:blog-4276667104978676221.post-549692965104313432' source='http://www.blogger.com/feeds/4276667104978676221/posts/default/549692965104313432' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1439764664'/></entry><entry><id>tag:blogger.com,1999:blog-4276667104978676221.post-8616100148139071581</id><published>2010-08-02T04:47:23.620-07:00</published><updated>2010-08-02T04:47:23.620-07:00</updated><title type='text'>it doesnt work for me. i get this as the response:...</title><content type='html'>it doesnt work for me. i get this as the response:&lt;br /&gt;&lt;br /&gt;response = http.request(request)&lt;br /&gt;(rdb:7) n&lt;br /&gt;warning: peer certificate won&amp;#39;t be verified in this SSL session&lt;br /&gt;data = response.body&lt;br /&gt;(rdb:7) n&lt;br /&gt;access_token = data.split(&amp;quot;=&amp;quot;)[1]&lt;br /&gt;(rdb:7) data&lt;br /&gt;&amp;quot;{\&amp;quot;id\&amp;quot;:\&amp;quot;https:\\/\\/graph.facebook.com\\/oauth\\/access_token\&amp;quot;}&amp;quot;&lt;br /&gt;&lt;br /&gt;so the data object doesnt have anything at index 1.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4276667104978676221/549692965104313432/comments/default/8616100148139071581'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4276667104978676221/549692965104313432/comments/default/8616100148139071581'/><link rel='alternate' type='text/html' href='http://www.wisejive.com/2010/05/facebook-oauth-on-rails.html?showComment=1280749643620#c8616100148139071581' title=''/><author><name>Jamie</name><uri>http://www.blogger.com/profile/07322322127591539602</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://4.bp.blogspot.com/__zmTGYsardY/StPZbymvCzI/AAAAAAAAABo/hVTNqGlL6tI/S220/Camera+Pics+290.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.wisejive.com/2010/05/facebook-oauth-on-rails.html' ref='tag:blogger.com,1999:blog-4276667104978676221.post-549692965104313432' source='http://www.blogger.com/feeds/4276667104978676221/posts/default/549692965104313432' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1439764664'/></entry><entry><id>tag:blogger.com,1999:blog-4276667104978676221.post-9193873946127409363</id><published>2010-07-22T07:41:17.316-07:00</published><updated>2010-07-22T07:41:17.316-07:00</updated><title type='text'>One question if I may - is there a way to ask user...</title><content type='html'>One question if I may - is there a way to ask user to authenticate each time when I need them authorized?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4276667104978676221/549692965104313432/comments/default/9193873946127409363'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4276667104978676221/549692965104313432/comments/default/9193873946127409363'/><link rel='alternate' type='text/html' href='http://www.wisejive.com/2010/05/facebook-oauth-on-rails.html?showComment=1279809677316#c9193873946127409363' title=''/><author><name>Jamie</name><uri>http://www.blogger.com/profile/07322322127591539602</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://4.bp.blogspot.com/__zmTGYsardY/StPZbymvCzI/AAAAAAAAABo/hVTNqGlL6tI/S220/Camera+Pics+290.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.wisejive.com/2010/05/facebook-oauth-on-rails.html' ref='tag:blogger.com,1999:blog-4276667104978676221.post-549692965104313432' source='http://www.blogger.com/feeds/4276667104978676221/posts/default/549692965104313432' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1439764664'/></entry><entry><id>tag:blogger.com,1999:blog-4276667104978676221.post-2845076297638441346</id><published>2010-07-22T07:33:34.407-07:00</published><updated>2010-07-22T07:33:34.407-07:00</updated><title type='text'>You rock! :)</title><content type='html'>You rock! :)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4276667104978676221/549692965104313432/comments/default/2845076297638441346'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4276667104978676221/549692965104313432/comments/default/2845076297638441346'/><link rel='alternate' type='text/html' href='http://www.wisejive.com/2010/05/facebook-oauth-on-rails.html?showComment=1279809214407#c2845076297638441346' title=''/><author><name>Jamie</name><uri>http://www.blogger.com/profile/07322322127591539602</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://4.bp.blogspot.com/__zmTGYsardY/StPZbymvCzI/AAAAAAAAABo/hVTNqGlL6tI/S220/Camera+Pics+290.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.wisejive.com/2010/05/facebook-oauth-on-rails.html' ref='tag:blogger.com,1999:blog-4276667104978676221.post-549692965104313432' source='http://www.blogger.com/feeds/4276667104978676221/posts/default/549692965104313432' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1439764664'/></entry><entry><id>tag:blogger.com,1999:blog-4276667104978676221.post-8378057291381887999</id><published>2010-05-23T10:42:42.000-07:00</published><updated>2010-05-23T10:42:42.000-07:00</updated><title type='text'>I love you!!!</title><content type='html'>I love you!!!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4276667104978676221/549692965104313432/comments/default/8378057291381887999'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4276667104978676221/549692965104313432/comments/default/8378057291381887999'/><link rel='alternate' type='text/html' href='http://www.wisejive.com/2010/05/facebook-oauth-on-rails.html?showComment=1274636562000#c8378057291381887999' title=''/><author><name>Takis</name><uri>http://www.blogger.com/profile/00195338059583061180</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.wisejive.com/2010/05/facebook-oauth-on-rails.html' ref='tag:blogger.com,1999:blog-4276667104978676221.post-549692965104313432' source='http://www.blogger.com/feeds/4276667104978676221/posts/default/549692965104313432' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2014073400'/></entry></feed>
