the service information, including the required URLs and the application id and secret
whether the service should use the 1.0 version of the spec, or the 1.0a version fixing a security issue. You must use the version corresponding to the
the service information, including the required URLs and the application id and secret
The URL where the user needs to be redirected to grant authorization to your application.
The URL where the user needs to be redirected to grant authorization to your application.
request token
Exchange a request token for an access token.
Exchange a request token for an access token.
the token/secret pair obtained from a previous call
a string you got through your user, with redirection
A Right(RequestToken) in case of success, Left(OAuthException) otherwise
Request the request token and secret.
Request the request token and secret.
the URL where the provider should redirect to (usually a URL on the current app)
A Right(RequestToken) in case of success, Left(OAuthException) otherwise
whether the service should use the 1.0 version of the spec, or the 1.0a version fixing a security issue.
whether the service should use the 1.0 version of the spec, or the 1.0a version fixing a security issue. You must use the version corresponding to the
Library to access resources protected by OAuth 1.0a.
the service information, including the required URLs and the application id and secret
whether the service should use the 1.0 version of the spec, or the 1.0a version fixing a security issue. You must use the version corresponding to the