This sevice accepts OAuth service request from web browsers and proxies it to API endpoint. OAuth token exchanges are done transparently by this proxy service.
This service also implements an iframe-based interface to handle cross-domain request, so any web site can access to OAuth-enabled APIs directly from JavaScript code, without having any other server-side program.
You can use our sample JavaScript library to request OAuth APIs. There's an example work here.
We are supporting following APIs now :
Here is an API test client to test these API access.