marig345 / oauth-php

Automatically exported from code.google.com/p/oauth-php
MIT License
0 stars 0 forks source link

oauth_callback_confirmed=true on request token #60

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I developed a Oauth server prototype, following 
http://code.google.com/p/oauth-php/wiki/ServerHowTo
2. My concern is on "request token" phasis
3.

What is the expected output? What do you see instead?

During "request token" phasis, I expect the server to reply with a 
"oauth_callback_confirmed=true" parameter, as mentioned in the spec 
(http://tools.ietf.org/html/rfc5849 [page 9]) :

"
   The response contains the following REQUIRED parameters:

   oauth_token
         The temporary credentials identifier.

   oauth_token_secret
         The temporary credentials shared-secret.

   oauth_callback_confirmed
         MUST be present and set to "true".  The parameter is used to
         differentiate from previous versions of the protocol.
"
Instead of that, the response contains a "oauth_callback_accepted=true".

Did I miss something ?

What version of the product are you using? On what operating system?

135, on LINUX

Please provide any additional information below.

Original issue reported on code.google.com by pierre.p...@gmail.com on 25 Aug 2010 at 8:05

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r149.

Original comment by brunobg%...@gtempaccount.com on 25 Aug 2010 at 2:18

GoogleCodeExporter commented 9 years ago
You are correct. It was a typo. Fixed on r149. Thanks a lot

Original comment by brunobg%...@gtempaccount.com on 25 Aug 2010 at 3:22

GoogleCodeExporter commented 9 years ago
Thanks a lot ! Pierre

Original comment by pierre.p...@gmail.com on 25 Aug 2010 at 3:46