flickrex v0.6.0 Flickrex.Flickr.Auth.Oauth View Source

Link to this section 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

Link to this section Types

Link to this section Functions

Link to this function check_token(args \\ []) View Source
check_token(args()) :: operation()

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.
Link to this function get_access_token(args \\ []) View Source
get_access_token(args()) :: operation()

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