See http://oauth.net/core/1.0/#anchor14 :

"The Signature Base String is a consistent reproducible concatenation
of the request elements into a single string. The string is used as an
input in hashing or signing algorithms."

Software that implements OAuth usually has algorithms that compute
oauth_signature, which construct the signature base string as a
function of the request message.

On Feb 4, 6:37 am, Razak <pcm...@gmail.com> wrote:
> What is "Signature base string"?. Where can I use that along with the
> request?. I do not understand the use of that string. Even in the
> documentation also, it is not mentioned the use of the base string.
> Where can I apply that?. I am using HMAC-SHA1 method in Google API.
>
> I could only know that it would be used only in signing request & not
> for generating tokens. Is that correct?.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OAuth" group.
To post to this group, send email to oauth@googlegroups.com
To unsubscribe from this group, send email to oauth+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/oauth?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to