Skip to content

Simple single-screen JavaScript-driven OAuth 1.0 signed call and execution app.

License

Notifications You must be signed in to change notification settings

mashery/OAuth-1.0-JavaScript-Testing-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript OAuth 1.0 Testing Tool

A very simple single-screen OAuth 1.0 tesing tool written in JavaSscript.
Based on the JS library OAuthSimple: https://github.com/jrconlin/oauthsimple/
and the NetFlix OAuth Test Page: http://developer.netflix.com/resources/OAuthTest
This script also uses jQuery 1.4.1 which we is also bundled in this repo.

With just your API Key, Shared Secret, Path (URL to API call) you should be
able to Generate a Signed Call (signature of your API call, keys, and nonce
value, and epoch time). Once that signed call is made, you can Execute Live Call.
If everything checks out, the API response will display in an IFRAME on the
right side of the browser window.

About

Simple single-screen JavaScript-driven OAuth 1.0 signed call and execution app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published