#include <wxFlickrClient.h>
Inheritance diagram for wxFlickrAPI.Auth:
Public Types | |
enum | State { Idle, Waiting4Frob, Waiting4Token } |
Public Member Functions | |
Auth (wxFlickrClient *pClient, wxString sPerms) | |
Create object for flickr.com authentication. | |
void | CheckToken () |
Call flickr.photos.search (see http://www.flickr.com/services/api/flickr.photos.checkToken.html). | |
void | GetFrob () |
Request a frob (see 3. | |
void | GetToken () |
Request a token (see 5. | |
Protected Member Functions | |
virtual void | ProcessFlickrResponse (TiXmlNode *pResponse) |
Process the data received by OnFlickrResponse. | |
void | ProcessFrob (TiXmlNode *pResponse) |
void | ProcessToken (TiXmlNode *pResponse) |
|
Create object for flickr.com authentication.
|
|
Call flickr.photos.search (see http://www.flickr.com/services/api/flickr.photos.checkToken.html). Make sure to call SetArg for all arguments this call should use. |
|
Request a frob (see 3. at http://www.flickr.com/services/api/auth.howto.desktop.html). |
|
Request a token (see 5. at http://www.flickr.com/services/api/auth.howto.desktop.html). |
|
Process the data received by OnFlickrResponse. Subclasses define more meaningful behavior. Each method call handles its own responses.
Reimplemented from wxFlickrAPI.wxFlickrAPIMethod. |