I am developing an application for the DropBox API and cannot for the life of me find any information about what’s meant to go into the “signature” of the first token request during authentication.
Does anyone else know?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If it is OAuth then the signature is the combination of
For example here is some code that does it
But check out http://oauth.net/core/1.0a/ for details.