<div dir="ltr">Hi,<div><br></div><div>Sorry for the multiple list mail. <br><div><br></div><div>I am analyzing the possibility to implement a API that requires OAuth. I have been reading this link from Sven: <a href="https://github.com/svenvc/docs/blob/master/zinc/zinc-sso-paper.md">https://github.com/svenvc/docs/blob/master/zinc/zinc-sso-paper.md</a> and I have a few questions:</div>
<div><br></div><div>1) I get lost in the #handleOAuth1Callback:  part. I understand I need to provide to oauth a callback url so that this is call once the user has logged in. The thing is that Sven demo seems to be using a (RESTfull) server directly. In my case, this is a Seaside app. So...how should I do this? I guess I could create a WAComponent but then I should use Seaside rest or something? Because I need to map that url to the component (and implement handleRequest: in the component?).  Is there another way? <div>
<br></div><div>2) #loginUrlFor:  seems to only set &#39;oauth_token&#39;  however, my protocol says the url should be:  <a href="https://whatever/authorize?key={oauth_consumer_key}&amp;token={oauth_token}">https://whatever/authorize?key={oauth_consumer_key}&amp;token={oauth_token}</a><br>
would that still work or I should adapt it?<span style="color:rgb(38,38,38);font-family:Arial;font-size:11pt"> </span></div><div><br></div><div>3) Does anyone tested the mention code/repository in GemStone? </div><div><br>
</div><div><br></div><div>Thanks in advance, </div><div><br></div>-- <br>Mariano<br><a href="http://marianopeck.wordpress.com" target="_blank" class="vt-p">http://marianopeck.wordpress.com</a><br>
</div></div></div>