C# Class Fun.FacebookConnector

Inheritance: SocialNetwork
显示文件 Open project: iFunFactory/demo-kgc-2015 Class Usage Examples

Public Methods

Method Description
Init ( ) : void
LogInWithPublish ( List perms ) : void
LogInWithRead ( List perms ) : void
Logout ( ) : void
PostWithImage ( string message, byte image ) : void
PostWithScreenshot ( string message ) : void
RequestFriendList ( int limit ) : void
RequestFriendPictures ( int start, int count ) : void
RequestInviteList ( int limit ) : void
RequestInvitePictures ( int start, int count ) : void

Private Methods

Method Description
GetRangeOfList ( List list, int start, int count ) : List
OnFriendListCb ( IGraphResult result ) : void
OnHideCb ( bool isGameShown ) : void
OnInitCb ( ) : void
OnInviteListCb ( IGraphResult result ) : void
OnLoginCb ( ILoginResult result ) : void
OnMyProfileCb ( IGraphResult result ) : void
PostCallback ( IGraphResult result ) : void
PostWithImageEnumerator ( string message, byte image ) : IEnumerator
PostWithScreenshotEnumerator ( string message ) : IEnumerator
RequestPicture ( UserInfo info ) : IEnumerator
RequestPictureList ( List list ) : IEnumerator

Method Details

Init() public method

public Init ( ) : void
return void

LogInWithPublish() public method

public LogInWithPublish ( List perms ) : void
perms List
return void

LogInWithRead() public method

public LogInWithRead ( List perms ) : void
perms List
return void

Logout() public method

public Logout ( ) : void
return void

PostWithImage() public method

public PostWithImage ( string message, byte image ) : void
message string
image byte
return void

PostWithScreenshot() public method

public PostWithScreenshot ( string message ) : void
message string
return void

RequestFriendList() public method

public RequestFriendList ( int limit ) : void
limit int
return void

RequestFriendPictures() public method

public RequestFriendPictures ( int start, int count ) : void
start int
count int
return void

RequestInviteList() public method

public RequestInviteList ( int limit ) : void
limit int
return void

RequestInvitePictures() public method

public RequestInvitePictures ( int start, int count ) : void
start int
count int
return void