flickrex v0.3.0 Flickr.Auth
Summary
Functions
Returns the credentials attached to an authentication token. This call must be signed, and is deprecated in favour of OAuth
Returns a frob to be used during authentication. This method call must be signed, and is deprecated in favour of OAuth
Get the full authentication token for a mini-token. This method call must be signed, and is deprecated in favour of OAuth
Returns the auth token for the given frob, if one has been attached. This method call must be signed, and is deprecated in favour of OAuth
Types
Functions
Returns the credentials attached to an authentication token. This call must be signed, and is deprecated in favour of OAuth.
This method does not require authentication.
Arguments
auth_token
- (required) The authentication token to check.
Returns a frob to be used during authentication. This method call must be signed, and is deprecated in favour of OAuth.
This method does not require authentication.
Arguments
Get the full authentication token for a mini-token. This method call must be signed, and is deprecated in favour of OAuth.
This method does not require authentication.
Arguments
mini_token
- (required) The mini-token typed in by a user. It should be 9 digits long. It may optionally contain dashes.
Returns the auth token for the given frob, if one has been attached. This method call must be signed, and is deprecated in favour of OAuth.
This method does not require authentication.
Arguments
frob
- (required) The frob to check.