flickrex v0.2.0 Flickrex.API.Auth
Provides authentication access to Flickr API.
Summary
Functions
Fetches an access token from Flickr and updates the config
Generates a Flickr authorization page URL for a user
Gets a temporary token to authenticate the user to your application
Functions
fetch_access_token(config, request_token, oauth_verifier)
fetch_access_token(Flickrex.Config.t, Flickrex.RequestToken.t, binary) :: Flickrex.Config.t
Fetches an access token from Flickr and updates the config
get_authorize_url(request_token, params \\ [])
get_authorize_url(Flickrex.RequestToken.t, Keyword.t) :: binary
Generates a Flickr authorization page URL for a user
get_request_token(config, params \\ [])
get_request_token(Flickrex.Config.t, Keyword.t) :: Flickrex.RequestToken.t
Gets a temporary token to authenticate the user to your application