FacebookHandler.FormatScope Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Source:
- FacebookHandler.cs
- Source:
- FacebookHandler.cs
Format the Scope property.
protected:
 override System::String ^ FormatScope();protected override string FormatScope();override this.FormatScope : unit -> stringProtected Overrides Function FormatScope () As StringReturns
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
- 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> -> stringProtected Overrides Function FormatScope (scopes As IEnumerable(Of String)) As StringParameters
- scopes
- IEnumerable<String>
List of scopes.
Returns
Formatted scopes.