Click or drag to resize
FacebookAuthConfiguration Constructor (String, String, String, String)
Initializes a configuration object with the given properties.

Namespace: Oracle.Cloud.Mobile.Configuration
Assembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public FacebookAuthConfiguration(
	string backendId,
	string anonymousToken,
	string appId,
	string scope = ""
)

Parameters

backendId
Type: SystemString
The ID of the Mobile Backend.
anonymousToken
Type: SystemString
The token for anonymous Basic Authentication for the Mobile Backend.
appId
Type: SystemString
The ID of app registered on Facebook.
scope (Optional)
Type: SystemString
Optional permissions requested from Facebook.
See Also