<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/oauth-ruby</id>
  <title type="text">oauth-ruby Google Group</title>
  <subtitle type="text">
  The group aims to cover Ruby as well as Ruby on Rails specific implementations.
  </subtitle>
  <link href="/group/oauth-ruby/feed/atom_v1_0_topics.xml" rel="self" title="oauth-ruby feed"/>
  <updated>-0-0T::Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>raghus</name>
  <email>raghu.sriniva...@gmail.com</email>
  </author>
  <updated>2008-10-03T05:45:20Z</updated>
  <id>http://groups.google.com/group/oauth-ruby/browse_thread/thread/b0c0bf1d2fac6d12</id>
  <link href="http://groups.google.com/group/oauth-ruby/browse_thread/thread/b0c0bf1d2fac6d12" />
  <title type="html">Has anybody tried the new Netflix API with oauth-ruby?</title>
  <summary type="html" xml:space="preserve">
  I am hoping someone who&#39;s tried the Netflix API can help me. I&#39;ve got &lt;br&gt; my key and secret from the Netflix site and I was trying to follow &lt;br&gt; along with the instruction at &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://oauth.rubyforge.org/&quot;&gt;[link]&lt;/a&gt;. &lt;br&gt; &lt;p&gt;In my Ruby script, I first do a &lt;br&gt; &lt;p&gt;@consumer=OAuth::Consumer.new( MY-API-KEY,MY-SECRET, {:site=&amp;gt;&amp;quot;http://
  </summary>
  </entry>
  <entry>
  <author>
  <name>Scott</name>
  <email>mcclur...@gmail.com</email>
  </author>
  <updated>2008-09-22T14:13:27Z</updated>
  <id>http://groups.google.com/group/oauth-ruby/browse_thread/thread/6658152e4333b2f3</id>
  <link href="http://groups.google.com/group/oauth-ruby/browse_thread/thread/6658152e4333b2f3" />
  <title type="html">Problems Storing RequestToken in a Rails Session</title>
  <summary type="html" xml:space="preserve">
  First, I save the a request token in a session: &lt;br&gt; &lt;p&gt;	@request_tok...@consumer.get_r equest_token &lt;br&gt; session[:request_token]=@reque st_token &lt;br&gt; &lt;p&gt;When I try to retrieve the RequestToken from a session (in the &lt;br&gt; callback): &lt;br&gt; &lt;p&gt;	@request_token=session[:reques t_token] &lt;br&gt; &lt;p&gt;I get the error: &lt;br&gt; /!\ FAILSAFE /!\ Mon Sep 22 06:42:04 -0700 2008
  </summary>
  </entry>
  <entry>
  <author>
  <name>EmmanuelOga</name>
  <email>emmanuel...@gmail.com</email>
  </author>
  <updated>2008-09-14T05:32:33Z</updated>
  <id>http://groups.google.com/group/oauth-ruby/browse_thread/thread/410f5099ec22142d</id>
  <link href="http://groups.google.com/group/oauth-ruby/browse_thread/thread/410f5099ec22142d" />
  <title type="html">Answers about oauth implementation decitions</title>
  <summary type="html" xml:space="preserve">
  Hi guys, &lt;br&gt; &lt;p&gt;I wanted to know if you can&#39;t point me to resources regarding the &lt;br&gt; reasons for some implementation decisions made by the guys behind &lt;br&gt; OAuth. For example: &lt;br&gt; &lt;p&gt;* Why did they choose to have a pre-registration of the consumers with &lt;br&gt; the providers? Would it been possible to accomplish secure APIs
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jarkko Laine</name>
  <email>jar...@jlaine.net</email>
  </author>
  <updated>2008-09-11T14:27:41Z</updated>
  <id>http://groups.google.com/group/oauth-ruby/browse_thread/thread/950b62587ec94d50</id>
  <link href="http://groups.google.com/group/oauth-ruby/browse_thread/thread/950b62587ec94d50" />
  <title type="html">MySpace OpenSocial requests fail with the oauth gem</title>
  <summary type="html" xml:space="preserve">
  Hi there, &lt;br&gt; &lt;p&gt;It seems that there is a mismatch with how the gadgets.io.makeRequest &lt;br&gt; OpenSocial method (at least as implemented by MySpace) build the oauth &lt;br&gt; signature and how the oauth gem (0.2.7) do it. &lt;br&gt; &lt;p&gt;I spent a good time trying to debug where things go differently and it &lt;br&gt; turns out MySpace only escapes the OAuth consumer key once while the
  </summary>
  </entry>
  <entry>
  <author>
  <name>Pelle Braendgaard</name>
  <email>pel...@gmail.com</email>
  </author>
  <updated>2008-09-10T19:58:11Z</updated>
  <id>http://groups.google.com/group/oauth-ruby/browse_thread/thread/8e5b9518f146cdf7</id>
  <link href="http://groups.google.com/group/oauth-ruby/browse_thread/thread/8e5b9518f146cdf7" />
  <title type="html">Announce: OAuth Ruby Gem 0.2.7</title>
  <summary type="html" xml:space="preserve">
  I&#39;ve fixed the error with rsa that Philip discovered. We suspected &lt;br&gt; there was a problem with the official test case that caused this, but &lt;br&gt; it was more like a problem with me poorly cut and pasting a line of &lt;br&gt; code from a previous test case. That said we need a few more test &lt;br&gt; cases on the wiki, including some that include tokens.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tiago Pinto</name>
  <email>thpi...@gmail.com</email>
  </author>
  <updated>2008-09-10T19:45:32Z</updated>
  <id>http://groups.google.com/group/oauth-ruby/browse_thread/thread/be6c0526cea38d10</id>
  <link href="http://groups.google.com/group/oauth-ruby/browse_thread/thread/be6c0526cea38d10" />
  <title type="html">File upload/Multipart POST request</title>
  <summary type="html" xml:space="preserve">
  Hi Guys, &lt;br&gt; &lt;p&gt;I&#39;ve been wrestling with this for a couple of hours now and haven&#39;t &lt;br&gt; found a solution. Is there a way to upload a file using OAuth-Ruby? &lt;br&gt; &lt;p&gt;When I send a normal request, everything works but adding a file as a &lt;br&gt; parameter makes the signature invalid. &lt;br&gt; &lt;p&gt;Any thoughts on this? &lt;br&gt; &lt;p&gt;Thanks, &lt;br&gt; Tiago
  </summary>
  </entry>
  <entry>
  <author>
  <name>Chris Messina</name>
  <email>chris.mess...@gmail.com</email>
  </author>
  <updated>2008-09-10T00:28:48Z</updated>
  <id>http://groups.google.com/group/oauth-ruby/browse_thread/thread/7d2bbd6d2c77c0e3</id>
  <link href="http://groups.google.com/group/oauth-ruby/browse_thread/thread/7d2bbd6d2c77c0e3" />
  <title type="html">XRDS-Simple Gem (Was: Re: [oauth-ruby] Re: Nearly ready for 0.2.6)</title>
  <summary type="html" xml:space="preserve">
  Agreed. That would be ideal. We could then host it in the proper code repo: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://code.google.com/p/xrds-simple/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Yes. It basically sets up OAuth for decentralized use -- where you &lt;br&gt; discover the OAuth endpoints and then initiate the OAuth dance. &lt;br&gt; Purty please? ;) &lt;br&gt; Chris
  </summary>
  </entry>
  <entry>
  <author>
  <name>Pelle Braendgaard</name>
  <email>pel...@gmail.com</email>
  </author>
  <updated>2008-09-09T17:57:53Z</updated>
  <id>http://groups.google.com/group/oauth-ruby/browse_thread/thread/67b9c49fe7b47cd5</id>
  <link href="http://groups.google.com/group/oauth-ruby/browse_thread/thread/67b9c49fe7b47cd5" />
  <title type="html">ANNOUNCE OAuth Gem 0.2.6</title>
  <summary type="html" xml:space="preserve">
  I&#39;m really happy to announce the release of version 0.2.6 of the OAuth &lt;br&gt; Ruby Gem. This has been a real community effort. &lt;br&gt; The OAuth Ruby page is: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://oauth.rubyforge.org/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; However the code is hosted at: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/pelle/oauth/tree&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; The gems may not have completely propagated yet, if this is the case
  </summary>
  </entry>
  <entry>
  <author>
  <name>maguireeunice1994</name>
  <email>maguireeunice1...@gmail.com</email>
  </author>
  <updated>2008-09-08T22:26:51Z</updated>
  <id>http://groups.google.com/group/oauth-ruby/browse_thread/thread/3b4737aab2947877</id>
  <link href="http://groups.google.com/group/oauth-ruby/browse_thread/thread/3b4737aab2947877" />
  <title type="html">Keira Knightly Lap Dance</title>
  <summary type="html" xml:space="preserve">
  Keira gives some gang members a freebie! &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://realvideo.freehostia.com?id=99401&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Pelle Braendgaard</name>
  <email>pel...@gmail.com</email>
  </author>
  <updated>2008-09-08T10:39:20Z</updated>
  <id>http://groups.google.com/group/oauth-ruby/browse_thread/thread/498713d244ce9c03</id>
  <link href="http://groups.google.com/group/oauth-ruby/browse_thread/thread/498713d244ce9c03" />
  <title type="html">Nearly ready for 0.2.6</title>
  <summary type="html" xml:space="preserve">
  Guys, &lt;br&gt; I&#39;ve merged most of your various fixes into master and also added a &lt;br&gt; unit tests for the rsa code. I discovered that there were lots of &lt;br&gt; problems still, in particular with verification but I believe it &lt;br&gt; should now work. &lt;br&gt; I would like to include some of the work Philip has done on supporting &lt;br&gt; arbitrary urls, but I think we should get the support in on an even
  </summary>
  </entry>
  <entry>
  <author>
  <name>EmmanuelOga</name>
  <email>emmanuel...@gmail.com</email>
  </author>
  <updated>2008-09-04T20:19:54Z</updated>
  <id>http://groups.google.com/group/oauth-ruby/browse_thread/thread/1442915e4b42baa1</id>
  <link href="http://groups.google.com/group/oauth-ruby/browse_thread/thread/1442915e4b42baa1" />
  <title type="html">Google do not ask me for a callback url when registering my app... where do I put it?</title>
  <summary type="html" xml:space="preserve">
  Hey. &lt;br&gt; &lt;p&gt;When registering my app for OAuth, I go here: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://www.google.com/accounts/ManageDomains&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;but Google does not ask me for a callback url there. Where do I put &lt;br&gt; it? &lt;br&gt; &lt;p&gt;I did this: &lt;br&gt; &lt;p&gt;redirect_to @request_token.authorize_url + &lt;br&gt; &amp;quot;&amp;amp;oauth_callback=#{ CGI.escape(&amp;quot;myurl&amp;quot;) }&amp;quot; &lt;br&gt; &lt;p&gt;which worked but just don&#39;t feel right....
  </summary>
  </entry>
  <entry>
  <author>
  <name>philip</name>
  <email>tsail...@gmail.com</email>
  </author>
  <updated>2008-09-03T20:45:53Z</updated>
  <id>http://groups.google.com/group/oauth-ruby/browse_thread/thread/1e2756368c72432b</id>
  <link href="http://groups.google.com/group/oauth-ruby/browse_thread/thread/1e2756368c72432b" />
  <title type="html">Does this gem work with Google OAuth Authentication?</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;I have been reading over the Google OAuth Authentication document and &lt;br&gt; also the simple documentation, tutorial and code of this gem to try to &lt;br&gt; see whether this gem would work with Google&#39;s OAuth requirement as it &lt;br&gt; is. The &amp;quot;OAuth Client Tutorial&amp;quot; or &amp;quot;Demonstration of usage&amp;quot; doesn&#39;t &lt;br&gt; address the more complex requirement of Google OAuth implementation,
  </summary>
  </entry>
  <entry>
  <author>
  <name>Scott Hill</name>
  <email>googlegro...@stmpjmpr.com</email>
  </author>
  <updated>2008-09-03T20:08:15Z</updated>
  <id>http://groups.google.com/group/oauth-ruby/browse_thread/thread/29c4f8fbe802543d</id>
  <link href="http://groups.google.com/group/oauth-ruby/browse_thread/thread/29c4f8fbe802543d" />
  <title type="html">Test Errors?</title>
  <summary type="html" xml:space="preserve">
  I just pulled OAuth Ruby from GitHub to fix a bug and submit a patch. &lt;br&gt; Before working on it, I ran the tests on my freshly pulled copy and &lt;br&gt; got several test errors. Is this a problem with my env, or are these &lt;br&gt; tests currently failing for others? &lt;br&gt; &lt;p&gt;--Scott &lt;br&gt; &lt;p&gt;Loaded suite -e &lt;br&gt; Started &lt;br&gt; ...........FF.FFF.FF.......... ...........
  </summary>
  </entry>
  <entry>
  <author>
  <name>Bill Kocik</name>
  <email>bko...@gmail.com</email>
  </author>
  <updated>2008-09-03T16:42:59Z</updated>
  <id>http://groups.google.com/group/oauth-ruby/browse_thread/thread/95b2f2d235f06826</id>
  <link href="http://groups.google.com/group/oauth-ruby/browse_thread/thread/95b2f2d235f06826" />
  <title type="html">Completely lost</title>
  <summary type="html" xml:space="preserve">
  I&#39;m totally lost, and I&#39;m not too proud to admit that. I have an &lt;br&gt; existing application (with an API), and I&#39;ve been asked to make it &lt;br&gt; support OAuth. This is my first OAuth adventure. &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.oauth.net&quot;&gt;[link]&lt;/a&gt; points here for Ruby integration: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://code.google.com/p/oauth-plugin/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;That page mentions the Rails Plugin: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://code.google.com/p/oauth-plugin/&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Taylor Singletary</name>
  <email>taylorsinglet...@gmail.com</email>
  </author>
  <updated>2008-08-26T00:29:47Z</updated>
  <id>http://groups.google.com/group/oauth-ruby/browse_thread/thread/eb3fdcc69901fde0</id>
  <link href="http://groups.google.com/group/oauth-ruby/browse_thread/thread/eb3fdcc69901fde0" />
  <title type="html">Please help in wrangling OAuth gem</title>
  <summary type="html" xml:space="preserve">
  Hi all, &lt;br&gt; Maybe my approach here is completely wrong but I haven&#39;t been able to &lt;br&gt; find a way using the Ruby OAuth gem to accomplish this: &lt;br&gt; * What I&#39;m intending to do is two-legged OAuth. &lt;br&gt; * Provided that I have: &lt;br&gt; a) a target URL to GET from &lt;br&gt; b) a known consumer key &lt;br&gt; c) a known consumer secret &lt;br&gt; * I want to send this host a signed request including these parameters:
  </summary>
  </entry>
</feed>
