0

I am trying to get data from a REST API, they have not fully implemented OAuth. They are only using the signature methodology that OAuth uses once you already have an access token. I have been provided with consumer key & secret PLUS User Key & Secret. Now I am not sure how to generate oauth token using user key & secret.

Can you please suggest how to do it ?

1
  • What technology are you using (Java, C#, Javascript)? Commented Feb 7, 2013 at 19:22

1 Answer 1

1

If you look on the OAuth.net site, they have a code section which points you to several frameworks for a variety of languages to implement OAuth. Most, if not all, of the frameworks have examples which you can follow to understand how to setup your OAuth calls with their framework.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.