Thanks for the information guys. I did as you said and subclassed OAuthMessage to return a custom body stream.
However, my request never passes authentication on the server, although I checked all parameters sent in a network log (I send them in the HTTP header section) and they all look fine. We are using the OAuth ruby gem on the server to authenticate requests (yes I know this is probably beyond the scope of this group), but is there anything I have to take care of when POSTing custom data to the server instead of doing a GET? It works fine for all GET requests, so does the data I send, but for POST requests it always seems to compute a different signature than the client. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
