Google Groups Home
Help | Sign in
Message from discussion GET / POST
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Marc Worrell  
View profile
 More options May 17, 5:50 pm
From: Marc Worrell <ma...@pobox.com>
Date: Sat, 17 May 2008 14:50:31 -0700 (PDT)
Local: Sat, May 17 2008 5:50 pm
Subject: Re: GET / POST

On May 17, 11:34 pm, Singpolyma <singpol...@gmail.com> wrote:

> This is what I want to do, but the spec seems to suggest that if
> request type is POST that using the query string is not allowed?  I'm
> not sure I understand the xoauth_body_signature method - where does
> the data go ?

A lot of people would assume that you can't use the query string when
you are using POST (or PUT)
But that is not true, the query string is a valid part of the uri, and
as such you can always use it.

The xoauth_body_signature is the checksum of the http body being sent
(in your case the XML).
The xoauth_body_signature is handled just like the other oauth_xxxx,
add them together with the query/post variables and sign it the normal
way.

Make sure that the content-type is correctly set (in your case
application/xml) then it should work nicely.

- Marc


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google