Hi, I am trying to add/update a contact using google contacts data api. Am using ruby and omniauth gem. It throws "401 Unknown authorization header" error. Whereas same code instead of post/put if i send get or delete request it works perfectly fine. This shows whenever i send the body (which is needed to add or update a contact) in the request it throws this error.
I used the packet capture tool and captured the packet. The only difference i can see between post/put vs get/delete request is oauth_body_hash. So i tried removing oauth_body_hash from header. Still it throws the same error. Any help on this would be much appreciated. Thanks -- You received this message because you are subscribed to the Google Groups "Google Contacts, Shared Contacts and User Profiles 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://code.google.com/apis/contacts/community/forum.html
