Show / Hide Table of Contents

Class FbSettings

Inheritance
System.Object
FbSettings
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 FbSettings

Properties

Permissions

When a person logs into your app via Facebook Login you can access a subset of that person's data stored on Facebook. Permissions or "Scopes" are how you ask someone if you can access that data. A person's privacy settings combined with what you ask for will determine what you can access.

Declaration
public static List<FbPermissions> Permissions { get; }
Property Value
Type Description
List<FbPermissions>

PermissionsStringsList

The Permissions list repressed with strings.

Declaration
public static List<string> PermissionsStringsList { get; }
Property Value
Type Description
List<System.String>

Methods

Save()

Scene settings changes.

Declaration
public static void Save()

SetAppId(String)

Set's the Facebook App Id, the same operation can be made using the editor settings

Declaration
public static void SetAppId(string appId)
Parameters
Type Name Description
System.String appId
In This Article
Back to top Generated by DocFX