FacebookHandler.FormatScope Method

Definition

Overloads

FormatScope()

Format the Scope property.

FormatScope(IEnumerable<String>)

Format a list of OAuth scopes.

FormatScope()

Source:
FacebookHandler.cs
Source:
FacebookHandler.cs
Source:
FacebookHandler.cs
Source:
FacebookHandler.cs
Source:
FacebookHandler.cs
Source:
FacebookHandler.cs
Source:
FacebookHandler.cs
Source:
FacebookHandler.cs

Format the Scope property.

protected:
 override System::String ^ FormatScope();
protected override string FormatScope ();
override this.FormatScope : unit -> string
Protected Overrides Function FormatScope () As String

Returns

Formatted scopes.

Applies to

FormatScope(IEnumerable<String>)

Source:
FacebookHandler.cs
Source:
FacebookHandler.cs
Source:
FacebookHandler.cs
Source:
FacebookHandler.cs
Source:
FacebookHandler.cs
Source:
FacebookHandler.cs
Source:
FacebookHandler.cs
Source:
FacebookHandler.cs

Format a list of OAuth scopes.

protected:
 override System::String ^ FormatScope(System::Collections::Generic::IEnumerable<System::String ^> ^ scopes);
protected override string FormatScope (System.Collections.Generic.IEnumerable<string> scopes);
override this.FormatScope : seq<string> -> string
Protected Overrides Function FormatScope (scopes As IEnumerable(Of String)) As String

Parameters

scopes
IEnumerable<String>

List of scopes.

Returns

Formatted scopes.

Applies to