C# Class FB, swip3

Inheritance: UnityEngine.ScriptableObject
Mostrar archivo Open project: unit9/swip3 Class Usage Examples

Public Properties

Property Type Description
OnHideUnity HideUnityDelegate
OnInitComplete InitDelegate

Private Properties

Property Type Description
OnDllLoaded void

Public Methods

Method Description
API ( string query, HttpMethod method, FacebookDelegate callback = null, string>.Dictionary formData = null ) : void
API ( string query, HttpMethod method, FacebookDelegate callback, WWWForm formData ) : void
AppRequest ( string message, string to = null, string filters = "", string excludeIds = null, int maxRecipients = null, string data = "", string title = "", FacebookDelegate callback = null ) : void
Feed ( string toId = "", string link = "", string linkName = "", string linkCaption = "", string linkDescription = "", string picture = "", string mediaSource = "", string actionName = "", string actionLink = "", string reference = "", string[]>.Dictionary properties = null, FacebookDelegate callback = null ) : void
GetDeepLink ( FacebookDelegate callback ) : void
Init ( InitDelegate onInitComplete, HideUnityDelegate onHideUnity = null, string authResponse = null ) : void
Init ( InitDelegate onInitComplete, string appId, bool cookie = true, bool logging = true, bool status = true, bool xfbml = false, bool frictionlessRequests = true, HideUnityDelegate onHideUnity = null, string authResponse = null ) : void
Login ( string scope = "", FacebookDelegate callback = null ) : void
Logout ( ) : void
PublishInstall ( FacebookDelegate callback = null ) : void

Private Methods

Method Description
OnDllLoaded ( ) : void

Method Details

API() public static method

public static API ( string query, HttpMethod method, FacebookDelegate callback = null, string>.Dictionary formData = null ) : void
query string
method HttpMethod
callback FacebookDelegate
formData string>.Dictionary
return void

API() public static method

public static API ( string query, HttpMethod method, FacebookDelegate callback, WWWForm formData ) : void
query string
method HttpMethod
callback FacebookDelegate
formData WWWForm
return void

AppRequest() public static method

public static AppRequest ( string message, string to = null, string filters = "", string excludeIds = null, int maxRecipients = null, string data = "", string title = "", FacebookDelegate callback = null ) : void
message string
to string
filters string
excludeIds string
maxRecipients int
data string
title string
callback FacebookDelegate
return void

Feed() public static method

public static Feed ( string toId = "", string link = "", string linkName = "", string linkCaption = "", string linkDescription = "", string picture = "", string mediaSource = "", string actionName = "", string actionLink = "", string reference = "", string[]>.Dictionary properties = null, FacebookDelegate callback = null ) : void
toId string
link string
linkName string
linkCaption string
linkDescription string
picture string
mediaSource string
actionName string
actionLink string
reference string
properties string[]>.Dictionary
callback FacebookDelegate
return void

GetDeepLink() public static method

public static GetDeepLink ( FacebookDelegate callback ) : void
callback FacebookDelegate
return void

Init() public static method

public static Init ( InitDelegate onInitComplete, HideUnityDelegate onHideUnity = null, string authResponse = null ) : void
onInitComplete InitDelegate
onHideUnity HideUnityDelegate
authResponse string
return void

Init() public static method

public static Init ( InitDelegate onInitComplete, string appId, bool cookie = true, bool logging = true, bool status = true, bool xfbml = false, bool frictionlessRequests = true, HideUnityDelegate onHideUnity = null, string authResponse = null ) : void
onInitComplete InitDelegate
appId string
cookie bool
logging bool
status bool
xfbml bool
frictionlessRequests bool
onHideUnity HideUnityDelegate
authResponse string
return void

Login() public static method

public static Login ( string scope = "", FacebookDelegate callback = null ) : void
scope string
callback FacebookDelegate
return void

Logout() public static method

public static Logout ( ) : void
return void

PublishInstall() public static method

public static PublishInstall ( FacebookDelegate callback = null ) : void
callback FacebookDelegate
return void

Property Details

OnHideUnity public_oe static_oe property

public static HideUnityDelegate OnHideUnity
return HideUnityDelegate

OnInitComplete public_oe static_oe property

public static InitDelegate OnInitComplete
return InitDelegate