AppEasy Core SDK
1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
|
A class that is used to interact with Facebook. More...
#include <CzFacebook.h>
Public Member Functions | |
CzEventManager * | getEventsManager () |
CzScriptCallback & | getScriptCallback () |
CzFacebook () | |
virtual | ~CzFacebook () |
bool | IsLoggedn () const |
bool | Login (const char *permissions[]) |
bool | Logout () |
bool | InitRequest (const char *method_name, const char *http_method) |
bool | AddParamString (const char *parameter, const char *value) |
bool | AddParamNumber (const char *parameter, int64 value) |
bool | SendRequest () |
int | LoadFromXoml (IzXomlResource *parent, bool load_children, CzXmlNode *node) |
void | NotifyLoggedIn () |
void | NotifyLoginError () |
void | NotifyResponse () |
void | NotifyResponseError () |
Protected Member Functions | |
virtual void | ProcessEventActions (unsigned int event_name, IzXomlResource *parent) |
Protected Attributes | |
CzEventManager * | EventsManager |
List of events that the camera handles. | |
CzScriptCallback | ScriptCallback |
Script call back. |
A class that is used to interact with Facebook.
CzFacebook::CzFacebook | ( | ) | [inline] |
virtual CzFacebook::~CzFacebook | ( | ) | [inline, virtual] |
bool CzFacebook::AddParamNumber | ( | const char * | parameter, |
int64 | value | ||
) |
bool CzFacebook::AddParamString | ( | const char * | parameter, |
const char * | value | ||
) |
CzEventManager* CzFacebook::getEventsManager | ( | ) | [inline] |
CzScriptCallback& CzFacebook::getScriptCallback | ( | ) | [inline] |
bool CzFacebook::InitRequest | ( | const char * | method_name, |
const char * | http_method | ||
) |
bool CzFacebook::IsLoggedn | ( | ) | const |
int CzFacebook::LoadFromXoml | ( | IzXomlResource * | parent, |
bool | load_children, | ||
CzXmlNode * | node | ||
) | [virtual] |
Implements IzXomlResource.
bool CzFacebook::Login | ( | const char * | permissions[] | ) |
bool CzFacebook::Logout | ( | ) |
void CzFacebook::NotifyLoggedIn | ( | ) |
void CzFacebook::NotifyLoginError | ( | ) |
void CzFacebook::NotifyResponse | ( | ) |
void CzFacebook::NotifyResponseError | ( | ) |
void CzFacebook::ProcessEventActions | ( | unsigned int | event_name, |
IzXomlResource * | parent | ||
) | [protected, virtual] |
bool CzFacebook::SendRequest | ( | ) |
CzEventManager* CzFacebook::EventsManager [protected] |
List of events that the camera handles.
CzScriptCallback CzFacebook::ScriptCallback [protected] |
Script call back.