Probably this message: <a href="http://twistedmatrix.com/pipermail/twisted-python/2010-July/022500.html">http://twistedmatrix.com/pipermail/twisted-python/2010-July/022500.html</a><div><br></div><div>Kevin Horn<br><br><div class="gmail_quote">
On Wed, Oct 24, 2012 at 3:24 AM, Laurens Van Houtven <span dir="ltr">&lt;<a href="mailto:_@lvh.cc" target="_blank">_@lvh.cc</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
txoauth is something I started, then I realized I really hate oauth, then it was &quot;adopted&quot; by simplegeo who afaik proceeded to not do anything with it, and then I readopted it on github. There&#39;s not much work on it, but what&#39;s there has a complete test suite.<br>


<br>ISTR glyph at one point describing an entire three-party oauth interaction to me on the mailing list in Cred terms. If that knowledge didn&#39;t make it into txoauth as it stands to day, perhaps it could still be dug up ;)<br>


<br>I had a hard time understanding it at first as well, but Cred&#39;d work just fine for the client too. The way it would work, IIRC, is that you run cred on your client. The credentials checker is simply something that makes remote requests. The realm returns, as always, an authenticated client. Presumably, that object would compose an Agent to do what it needs to do.<br>


<br>Best of luck! I haven&#39;t touched oauth in years, but hopefully it&#39;ll work out for you.<br><br><div class="gmail_quote"><div><div class="h5">On Tue, Oct 23, 2012 at 7:31 PM, Andrew Francis <span dir="ltr">&lt;<a href="mailto:andrewfr_ice@yahoo.com" target="_blank">andrewfr_ice@yahoo.com</a>&gt;</span> wrote:<br>


</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div><div style="font-size:12pt;font-family:times new roman,new york,times,serif"><div>
Hi Folks:</div><div><br></div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif">

I am implementing a client that uses Twisted. I have to use oauth 2.0. I have started to read up on Oauth and Twisted cred.  I noticed that there is a txoauth. For now, my client is of the &quot;it can&#39;t keep secrets&quot; nature as described by Google. </div>


<div style="font-style:normal;font-size:16px;background-color:transparent;font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif"><br></div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif">