| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
base.BaseBackend --+
|
JSONBackend
This backend uses JSON as format for HTTP Response and REST for the Request.
See <http://www.flickr.com/services/api/request.rest.html> and <http://www.flickr.com/services/api/response.json.html>.| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Inherited from base.BaseBackend | |||
|---|---|---|---|
|
|||
|
|||
|
|||
|
|||
| Properties | |
|
Inherited from |
| Method Details |
|
flickr.auth.checkToken:
Returns the credentials attached to an authentication token.
This method call must be signed.
To be overridden.
See: <http://www.flickr.com/services/api/flickr.auth.checkToken.html>
|
flickr.auth.getFrob:
Returns a frob to be used during authentication.
This method call must be signed.
To be overridden.
See: <http://www.flickr.com/services/api/flickr.auth.getFrob.html>
|
flickr.auth.getToken:
Returns the auth token for the given frob, if one has been attached.
This method call must be signed.
To be overridden.
See: <http://www.flickr.com/services/api/flickr.auth.getToken.html>
|
get_buddy_icon_url:
Returns the URL of the given user's buddy icon.
This works outside the Flickr API documentation.
See: <http://flickr.com/services/api/misc.buddyicons.html>
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Sun Aug 5 16:21:17 2007 | http://epydoc.sourceforge.net |