On Fri, May 1, 2009 at 9:07 AM, [email protected] <[email protected]> wrote: > > I would prefer it to have a value - for .net the usual way of > accessing the form and querystring parameters returns null if the > parameter is not there or has no value. To implement an empty value > we would have to make two checks to see if the key is present and then > check to see if it has a value. I know it's not a big deal but it can > lead to bad implementations. "oob" seems perfectly valid to me.
What if the oauth_callback value were optional on the request_token step (as Eran has written it in the modified spec)? Then the parameter is not there, so checking is only one step. b. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OAuth" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/oauth?hl=en -~----------~----~----~----~------~----~------~--~---
