Hi,

thanks for your help.
The scope provided for the authorization is :
https://apps-apis.google.com/a/feeds/

Here you will find some details about the request and headers :
( trying to delete a group named 'tous' )

HTTP options: { method: 'DELETE',
  host: 'apps-apis.google.com',
  port: 443,
  path: 
'/a/feeds/group/2.0/guillaumedufrenegmailcom.sample-ga.com/tous?alt=json',
  headers: 
   { 
   Authorization: 'OAuth 
realm="https://apps-apis.google.com/a/feeds/group/2.0/guillaumedufrenegmailcom.sample-ga.com/tous";,
 

      oauth_consumer_key="faascape.com",
      oauth_nonce="iN%2F%2BkZ9b%2B1TuNp9Ima6T1aMeTpI%3D", 
      oauth_timestamp="1301909232", 
      oauth_signature_method="HMAC-SHA1", 
      oauth_version="1.0",  
      oauth_token="1%2F2IZOFnch8YpmpLTCOhBQ2YX945lhFwas2NZOvRjCjPs", 
      oauth_signature="d5O8fvX%2BhvD3oyQDS1lPv3iiu5c%3D"',
   'content-type': 'application/atom+xml' 
    }  
}
( newline in authorization header are added for better readability )


Got response: 400
HTTP 400 code
    headers:
{ 'content-type': 'text/html; charset=UTF-8',
  'content-length': '1350',
  date: 'Mon, 04 Apr 2011 09:27:12 GMT',
  server: 'GFE/2.0',
  connection: 'close' }


Oauth signature was checked with 
http://hueniverse.com/2008/10/beginners-guide-to-oauth-part-iv-signing-requests/
It match, others operations work (GET, PUT, POST)


-- 
You received this message because you are subscribed to the Google Groups 
"Google Apps Domain Information and Management APIs" 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/google-apps-mgmt-apis?hl=en.

Reply via email to