Results 1 to 3 of 3

Thread: Oauth post parameters

  1. #1
    Join Date
    Feb 2009
    Posts
    5

    Default Oauth post parameters

    I have a question about BaseProtectedResourceDetails setAdditionalParameters method as well as CoreOAuthConsumerSupport configureURLForProtectedAccess method. Both of these methods have an additional parameters argument.

    My expectation would be that these parameters would be included in the body of the request. As it turns out they are only included in the header. I am doing a POST (not sure if that makes a difference as opposed to a get). If the intended purpose of these arguments in to only include in the header, is there an api, method call I am missing to attach post body data?

    Thanks for your help with this.

  2. #2
    Join Date
    Feb 2009
    Posts
    5

    Default

    Any thoughts on this? I could really use some help with it.

  3. #3
    Join Date
    Jun 2005
    Posts
    4,230

    Default

    I'm not really as familiar with the OAuth 1.0 spec. I thought that only query parameters were part of the signature? The additional parameters, I assume, are there for protocol extensions not for business data.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •