Portability | portable |
---|---|
Stability | provisional |
Maintainer | Sigbjorn Finne <sof@forkIO.com> |
Safe Haskell | Safe-Infered |
Binding to flickr.auth's (signed) API
- getFrob :: FM AuthFrob
- checkToken :: AuthTokenValue -> FM AuthToken
- getFullToken :: AuthMiniToken -> FM AuthToken
- getToken :: AuthFrob -> FM AuthToken
Documentation
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.