FacebookAppBuilderExtensions Class

Definition

Extension methods to add Facebook authentication capabilities to an HTTP application pipeline.

public ref class FacebookAppBuilderExtensions abstract sealed
public static class FacebookAppBuilderExtensions
type FacebookAppBuilderExtensions = class
Public Module FacebookAppBuilderExtensions
Inheritance
FacebookAppBuilderExtensions

Methods

UseFacebookAuthentication(IApplicationBuilder)
Obsolete.
Obsolete.

UseFacebookAuthentication is obsolete. Configure Facebook authentication with AddAuthentication().AddFacebook in ConfigureServices. See https://go.microsoft.com/fwlink/?linkid=845470 for more details.

UseFacebookAuthentication(IApplicationBuilder, FacebookOptions)
Obsolete.
Obsolete.

UseFacebookAuthentication is obsolete. Configure Facebook authentication with AddAuthentication().AddFacebook in ConfigureServices. See https://go.microsoft.com/fwlink/?linkid=845470 for more details.

UseFacebookAuthentication(IApplicationBuilder, FacebookOptions)

Adds the FacebookMiddleware middleware to the specified IApplicationBuilder, which enables Facebook authentication capabilities.

Applies to