flickrex v0.3.0 Flickr.Auth.Oauth

Summary

Functions

Returns the credentials attached to an OAuth authentication token

Exchange an auth token from the old Authentication API, to an OAuth access token. Calling this method will delete the auth token used to make the request

Types

args()
args() :: Keyword.t
client()
client() :: Flickrex.Client.t
response()
response() :: Flickrex.Parser.response

Functions

check_token(client, args \\ [])
check_token(client, args) :: response

Returns the credentials attached to an OAuth authentication token.

This method does not require authentication.

Arguments

  • oauth_token - (required) The OAuth authentication token to check.
get_access_token(client, args \\ [])
get_access_token(client, args) :: response

Exchange an auth token from the old Authentication API, to an OAuth access token. Calling this method will delete the auth token used to make the request.

This method does not require authentication.

Arguments