C# Class Facebook.Unity.AsyncRequestString

Inheritance: UnityEngine.MonoBehaviour
Mostra file Open project: facebook/facebook-sdk-for-unity Class Usage Examples

Private Methods

Method Description
Get ( Uri url, string>.Dictionary formData = null, FacebookDelegate callback = null ) : void
Post ( Uri url, string>.Dictionary formData = null, FacebookDelegate callback = null ) : void
Request ( Uri url, HttpMethod method, string>.IDictionary formData = null, FacebookDelegate callback = null ) : void
Request ( Uri url, HttpMethod method, WWWForm query = null, FacebookDelegate callback = null ) : void
SetCallback ( FacebookDelegate callback ) : AsyncRequestString
SetFormData ( string>.IDictionary formData ) : AsyncRequestString
SetMethod ( HttpMethod method ) : AsyncRequestString
SetQuery ( WWWForm query ) : AsyncRequestString
SetUrl ( Uri url ) : AsyncRequestString
Start ( ) : IEnumerator