• Index
  • TL;DR
  • Introduction
  • Step 1 : Obtaining a request token :
  • Step 2 : Redirecting the user:
  • Step 3 : Converting the request token to an access token
  • Step 4 : Accessing protected resources :
  • Recommended OAuth 1.0 libraries:
  • Examples :
  • Signature :
  • a) Signature Base String :
  • b) Signing the request :
  • Illustration of integration with a bank back-end :