HIVE SDK for C++

Public Types | Static Public Member Functions | List of all members
SocialFacebook Class Reference

#include <HIVE_SocialFacebook.h>

Public Types

typedef std::function< void(ResultAPI const &result, std::vector< ProfileFacebook > const &profileList)> onProfileFacebook
 Returns HIVE Profile / Friend Information. More...
 
typedef std::function< void(ResultAPI const &result)> onSendMessageFacebook
 Returns Facebook message transmission result. More...
 
typedef std::function< void(ResultAPI const &result, std::vector< std::string > const &invitedUserList)> onShowInvitationDialogFacebook
 Returns Facebook user invite to friend. More...
 
typedef std::function< void(ResultAPI const &result)> onPostFacebook
 Returns Facebook posting result. More...
 

Static Public Member Functions

static void getMyProfile (onProfileFacebook listener)
 Request profile information of Facebook certified users. More...
 
static void getFriends (onProfileFacebook listener)
 Request Facebook friends list. More...
 
static void sendMessageFacebook (FacebookMessage messageContents, onSendMessageFacebook listener)
 Send message to Facebook friend. More...
 
static void showInvitationDialog (FacebookMessage inviteContents, onShowInvitationDialogFacebook listener)
 Show Facebook friend invite dialog to Facebook user
(Note: Generally, to increase the number of social friends, you can give a reward for inviting friends. More...
 
static void postFacebookWithContentURL (std::string contentURL, onPostFacebook listener)
 Post messages and images on Facebook timeline. More...
 
static bool isLogin ()
 사용자의 Facebook 세션 정보가 client에 있는 여부를 반환한다. More...
 

Detailed Description

Author
ryuvsken, nanomech
Since
4.0.0 HIVE users can view and modify their profile information and provide a social game service where they can make friends and play games with their friends together.
HIVE can make HIVE friends and synchronize the list by using external user information such as Facebook and contacts on your device.
The SocialFacebook class provides Facebook profile, Facebook friend list, and posting.


The documentation for this class was generated from the following file:
Copyright © Com2uS Platform Corporation. All Right Reserved. Terms of Use Privacy Policy