> > It is, however, possible and allowed (section 5.2 item 2 of the spec > [1]) to send the OAuth parameters as URL-encoded form POST body > parameters. The parameter names are given in the spec. but otherwise a > standard guide (or easily found on the Web examples) to writing HTML > should help establish how to create an appropriate HTML form. The SP > to which you are sending such a form will have to allow this kind of > access, of course. > > Regards, > > - johnk > > [1]http://oauth.net/core/1.0/
Not sure if I made myself clear. The OP is asking about the Authorization Header with OAuth scheme, not the oauth parameters. The parameters can of course be sent in 3 ways. But Authorization Header will need to be a header (there is a reason it is called a header) which will carry the oauth parameters. If not the header, the parameters can be in the body or in the URI string. -cheers, Manish --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
