Show / Hide Table of Contents

Class FbLoginUtil

Login Utilities methods.

Inheritance
System.Object
FbLoginUtil
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 static class FbLoginUtil

Methods

ConfirmLoginStatus(Boolean, Action<FbLoginUtilResult>)

This is conflict free method (it can be executed from several places in the code and will only result in on facebook login request but all parties will get the result).

The method will call combination of Init and Login methods.

Declaration
public static void ConfirmLoginStatus(bool requestPublishPermissions, Action<FbLoginUtilResult> callback)
Parameters
Type Name Description
System.Boolean requestPublishPermissions

Use true if login request should be with publish permissions.

Action<FbLoginUtilResult> callback

Operation callback.

In This Article
Back to top Generated by DocFX