Re: [oauth] oauth_callback parameter not sent to getsatisfaction

2010-04-26 Thread k42b3
hi, However GetSatisfaction requires that oauth_callback=http://mysite.com/myresource be sent along with the authorization url As you mentioned the callback url must be send when you obtain the Temporary Credentials. You can set the callback to oob but then you have to provide the url in

Re: [oauth] oauth_callback parameter not sent to getsatisfaction

2010-04-26 Thread Lukas Rosenstock
Hi! Just to clarify: The protocol knows two ways for sending the OAuth callback, one is along with the request token; and the other is by attaching it to the URL. The former (1.0a) is recommended and was introduced after security issues had been known about the latter (1.0). Regards, Lukas

Re: [oauth] oauth_callback parameter not sent to getsatisfaction

2010-04-26 Thread Vasu Srinivasan
Ok, now I realize that there are two ways of sending OAuth callback. Thanks for the help! On Mon, Apr 26, 2010 at 5:08 AM, Lukas Rosenstock l...@lukasrosenstock.netwrote: Hi! Just to clarify: The protocol knows two ways for sending the OAuth callback, one is along with the request token; and