Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

Note
titleNote

For more details on OAuth 1.0, please refer OAuth 1.0 Spec

Example:

Let us take an example of twitter authorization (OAuth 1.0A)

  1. First provide the OAuth 1.0 details like Signature method, consumer key, consumer secret and scope (Optional).

    Image Modified

  2. Then scroll down and go to step 1 (Access Token Generator). This step is optional only If you already have the access token key and secret obtained via some external utility.

    Image Added

  3. If don't have access token key and secret then fill in the deails asked by step 1 and click on "Authorize & Generate Access Token" button to proceed. System will redirect you to twitter's page to authorize your app.

    Image Added
     
  4. Click on "Authorize app"  button to proceed. Twitter will redirect you to the vREST page as shown below:

    Image Added

  5. Click on link provided on the previous screen to return to your authorization screen. Access Token details will be shown in Step 2 automatically as shown in figure.

    Image Added 
Image Removed
  1.  Now you have successfully configured twitter oauth. You can now use it in your test cases like below:

    Image Added