Liking cljdoc? Tell your friends :D

oauth.twitter


*oauth-access-token-url*clj

source

*oauth-authentication-url*clj

source

*oauth-authorization-url*clj

source

*oauth-request-token-url*clj

source

oauth-access-tokenclj

(oauth-access-token oauth-consumer-key oauth-token oauth-verifier)

Obtain a OAuth access token from Twitter.

Obtain a OAuth access token from Twitter.
sourceraw docstring

oauth-authentication-urlclj

(oauth-authentication-url oauth-token)

Returns Twitter's OAuth authentication url.

Returns Twitter's OAuth authentication url.
sourceraw docstring

oauth-authorization-urlclj

(oauth-authorization-url oauth-token)

Returns Twitter's OAuth authorization url.

Returns Twitter's OAuth authorization url.
sourceraw docstring

oauth-authorizeclj

(oauth-authorize oauth-token)

Sends the user to Twitter's authorization endpoint.

Sends the user to Twitter's authorization endpoint.
sourceraw docstring

oauth-clientclj

(oauth-client oauth-consumer-key
              oauth-consumer-secret
              oauth-token
              oauth-token-secret)

Returns a OAuth Twitter client.

Returns a OAuth Twitter client.
sourceraw docstring

oauth-request-tokenclj

(oauth-request-token oauth-consumer-key oauth-consumer-secret)

Obtain a OAuth request token from Twitter to request user authorization.

Obtain a OAuth request token from Twitter to request user authorization.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close