Liking cljdoc? Tell your friends :D

oauth.instagram


*oauth-access-token-url*clj

source

*oauth-authorization-url*clj

source

oauth-access-tokenclj

(oauth-access-token client-id client-secret code redirect-uri)

Obtain the OAuth access token from Instagram.

Obtain the OAuth access token from Instagram.
sourceraw docstring

oauth-authorization-urlclj

(oauth-authorization-url client-id redirect-uri & {:as options})

Returns Instagram's OAuth authorization url.

Returns Instagram's OAuth authorization url.
sourceraw docstring

oauth-authorizeclj

(oauth-authorize client-id redirect-uri & options)

Sends the user to Instagram's authorization endpoint.

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

oauth-clientclj

(oauth-client client-id & [access-token])

Returns a Instagram OAuth client.

Returns a Instagram OAuth client.
sourceraw docstring

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

× close