flickr-0.3.2: Haskell binding to the Flickr API

Portabilityportable
Stabilityprovisional
MaintainerSigbjorn Finne <sof@forkIO.com>

Flickr.Auth

Description

Binding to flickr.auth's (signed) API

Synopsis

Documentation

getFrob :: FM AuthFrobSource

Returns a frob to be used during authentication. This method call must be signed.

checkToken :: AuthTokenValue -> FM AuthTokenSource

Returns the credentials attached to an authentication token. This call must be signed as specified in the authentication API spec.

getToken :: AuthFrob -> FM AuthTokenSource

Returns the auth token for the given frob, if one has been attached. This method call must be signed.