AppEasy Core SDK  1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
CzFacebook Class Reference

A class that is used to interact with Facebook. More...

#include <CzFacebook.h>

Inheritance diagram for CzFacebook:
IzXomlResource

List of all members.

Public Member Functions

CzEventManagergetEventsManager ()
CzScriptCallbackgetScriptCallback ()
 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

CzEventManagerEventsManager
 List of events that the camera handles.
CzScriptCallback ScriptCallback
 Script call back.

Detailed Description

A class that is used to interact with Facebook.


Constructor & Destructor Documentation

CzFacebook::CzFacebook ( ) [inline]
virtual CzFacebook::~CzFacebook ( ) [inline, virtual]

Member Function Documentation

bool CzFacebook::AddParamNumber ( const char *  parameter,
int64  value 
)
bool CzFacebook::AddParamString ( const char *  parameter,
const char *  value 
)
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[])
void CzFacebook::ProcessEventActions ( unsigned int  event_name,
IzXomlResource parent 
) [protected, virtual]

Member Data Documentation

List of events that the camera handles.

Script call back.


The documentation for this class was generated from the following files: