README 319 B

12345
  1. OAuth implements the OAuth classes for use with Drupal and acts as a support module for other modules that wish to use OAuth.
  2. OAuth Client flow:
  3. The callback to be used is /oauth/authorized/% where % is the id of the consumer used by the client. We need the id of the consumer to be able to find the token correctly.