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)

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 \\ [])

Gets a temporary token to authenticate the user to your application