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.
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
Library to access ressources protected by OAuth 1.0a.