Overview

This page documents the OAuth 1.0 Authentication feature of Request Man.

OAuth 1.0 Authentication POST https://api.twitter.com/1.1/statuses/update.json OAuth 1.0 Consumer Key xvz1evFS4wEEPTGEFPHBog Consumer Secret ********************** Access Token 370773112-GmHxMAgYyLbNEtIKZeRNFsMKPR9EyMZeS9weJAEb Token Secret ********************** Signature Method HMAC-SHA1 ✨ OAuth signature automatically generated
Documentation in Progress: Full documentation for this feature coming soon!

Key Features

The OAuth 1.0 Authentication feature provides powerful capabilities for API testing and development.

🔑 Auto Signature Generation ✓ HMAC-SHA1 / RSA-SHA1 / PLAINTEXT ✓ Automatic nonce & timestamp ✓ Parameter encoding (RFC 3986) oauth_signature= tnnArxj06cWHq44gCs1OSKk%2F jLY%3D đŸĻ Twitter API Compatible ✓ Works with Twitter API v1.1 ✓ Supports 3-legged OAuth ✓ Request token flow support Legacy APIs supported: Twitter, Tumblr, Trello, Flickr, etc.

Getting Started

Access the Feature

Navigate to OAuth 1.0 Authentication in the Request Man interface.

Configure Settings

Set up your OAuth 1.0 Authentication preferences.

Start Using

Begin using OAuth 1.0 Authentication in your API workflows!

Step 1: Select OAuth 1.0 OAuth 1.0 Step 2: Enter credentials Consumer Key: xvz1evFS... Consumer Secret: ****** Access Token: 370773... Token Secret: ****** â„šī¸ OAuth 1.0 signature generated automatically!

Examples

Here are practical examples of using OAuth 1.0 Authentication:

Example: Twitter API with OAuth 1.0 Request POST https://api.twitter.com/1.1/statuses/update.json OAuth 1.0 Parameters Consumer Key: xvz1evFS4wEEPTGEFPHBog Access Token: 370773112-GmHxMAgYyLbNEtIKZeRNFsMKPR9EyMZeS9weJAEb Signature Method: HMAC-SHA1 AUTO-GENERATED OAUTH HEADER: OAuth oauth_consumer_key="xvz1evFS4wEEPTGEFPHBog", oauth_token="370773112-GmHxMAgYyLbNEtIKZeRNFsMKPR9EyMZeS9weJAEb", oauth_signature="tnnArxj06cWHq44gCs1OSKk%2FjLY%3D" Response { "id": "1234567890", "text": "Hello Twitter!", "created_at": "..." }

Tips & Best Practices

Tip 1

Learn the keyboard shortcuts for faster workflow.

Tip 2

Use variables for flexibility across environments.

Tip 3

Save and organize your work in collections.

Tip 4

Check the console for detailed logging information.