Class FbLoginResult
Login reasult.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: StansAssets.Facebook
Assembly: cs.temp.dll.dll
Syntax
public class FbLoginResult : FbResult
Properties
AccessToken
User AccessToken.
Declaration
public AccessToken AccessToken { get; }
Property Value
| Type | Description |
|---|---|
| AccessToken |
UserId
Logged User Id.
Declaration
public string UserId { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
OnDataReady(IDictionary)
Declaration
protected override void OnDataReady(IDictionary json)
Parameters
| Type | Name | Description |
|---|---|---|
| IDictionary | json |