#include <wxFlickrClientFactory.h>
Public Member Functions | |
wxFlickrClientFactory () | |
Construction. | |
virtual | ~wxFlickrClientFactory () |
Destruction. | |
void | SetAPIKey (wxString sKey) |
Set the API key for your application (see http://. | |
void | SetSharedSecret (wxString sSecret) |
Set the shared secret for authentication (see http://. | |
void | SetType (CommunicationType iType) |
Set communication type (see http://www.flickr.com/services/api/). | |
wxFlickrClient * | CreateClient () |
Create a flickr client using the settings defined by calling SetAPIKey(), SetSharedSecret(). |
An apropriate event handler for the socket is created automatically. Make shure to set an observer object for it.
|
Create a flickr client using the settings defined by calling SetAPIKey(), SetSharedSecret(). Automaticall creates and adds an event handler for the client. Note that an wxFlickrObserver object has to be set (by calling SetObserver()) in order to be notified when event processing has finished.
|
|
Set the API key for your application (see http://.
|
|
Set the shared secret for authentication (see http://.
|
|
Set communication type (see http://www.flickr.com/services/api/).
|