Свойство | Тип | Описание | |
---|---|---|---|
OnHideUnity | HideUnityDelegate | ||
OnInitComplete | InitDelegate |
Свойство | Тип | Описание | |
---|---|---|---|
OnDllLoaded | void |
Метод | Описание | |
---|---|---|
API ( string query, HttpMethod method, FacebookDelegate callback = null, string>.Dictionary |
||
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 |
||
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 |
Метод | Описание | |
---|---|---|
OnDllLoaded ( ) : void |
public static API ( string query, HttpMethod method, FacebookDelegate callback = null, string>.Dictionary |
||
query | string | |
method | HttpMethod | |
callback | FacebookDelegate | |
formData | string>.Dictionary | |
Результат | void |
public static API ( string query, HttpMethod method, FacebookDelegate callback, WWWForm formData ) : void | ||
query | string | |
method | HttpMethod | |
callback | FacebookDelegate | |
formData | WWWForm | |
Результат | void |
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 | |
Результат | void |
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 |
||
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 | |
Результат | void |
public static GetDeepLink ( FacebookDelegate callback ) : void | ||
callback | FacebookDelegate | |
Результат | void |
public static Init ( InitDelegate onInitComplete, HideUnityDelegate onHideUnity = null, string authResponse = null ) : void | ||
onInitComplete | InitDelegate | |
onHideUnity | HideUnityDelegate | |
authResponse | string | |
Результат | void |
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 | |
Результат | void |
public static Login ( string scope = "", FacebookDelegate callback = null ) : void | ||
scope | string | |
callback | FacebookDelegate | |
Результат | void |
public static PublishInstall ( FacebookDelegate callback = null ) : void | ||
callback | FacebookDelegate | |
Результат | void |
public static HideUnityDelegate OnHideUnity | ||
Результат | HideUnityDelegate |