Using the Java library, you can construct an OAuthMessage with method
= OAuthMessage.POST.  The library will construct a request body
containing just the OAuthMessage parameters, if you use
ParameterStyle.BODY.  Or you can provide the request body, by creating
a subclass of OAuthMessage that returns non-null from getBodyAsStream
().

On Mar 16, 5:14 am, matthias <[email protected]> wrote:
> Just so I get this right:
>
> There is *no* support in this OAuth implementation which allows you to
> POST something to the server? ^^
>
> I browsed through the docs and source code, struggling to find a
> method which actually allows you to set the body of a POST message...
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to