Microsoft.AspNetCore.Authentication.Facebook 10.0.0-preview.2.25164.1

Prefix Reserved
This is a prerelease version of Microsoft.AspNetCore.Authentication.Facebook.
dotnet add package Microsoft.AspNetCore.Authentication.Facebook --version 10.0.0-preview.2.25164.1
                    
NuGet\Install-Package Microsoft.AspNetCore.Authentication.Facebook -Version 10.0.0-preview.2.25164.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="10.0.0-preview.2.25164.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.Authentication.Facebook" Version="10.0.0-preview.2.25164.1" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.AspNetCore.Authentication.Facebook --version 10.0.0-preview.2.25164.1
                    
#r "nuget: Microsoft.AspNetCore.Authentication.Facebook, 10.0.0-preview.2.25164.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Microsoft.AspNetCore.Authentication.Facebook&version=10.0.0-preview.2.25164.1&prerelease
                    
Install Microsoft.AspNetCore.Authentication.Facebook as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.Authentication.Facebook&version=10.0.0-preview.2.25164.1&prerelease
                    
Install Microsoft.AspNetCore.Authentication.Facebook as a Cake Tool

About

Microsoft.AspNetCore.Authentication.Facebook provides ASP.NET Core middleware that enables an application to support Facebook's OAuth 2.0 authentication workflow.

How to Use

To use Microsoft.AspNetCore.Authentication.Facebook, follow these steps:

Installation

dotnet add package Microsoft.AspNetCore.Authentication.Facebook

Configuration

  1. Refer to the guide in the official documentation here to create the app in Facebook.
  2. Follow the steps in the official documentation here to store the Facebook app ID and secret.
  3. Configure the middleware your ASP.NET Core app's Program.cs:
var builder = WebApplication.CreateBuilder(args);

builder.Services.AddAuthentication()
    .AddFacebook(options =>
    {
        options.AppId = Configuration["Authentication:Facebook:AppId"];
        options.AppSecret = Configuration["Authentication:Facebook:AppSecret"];
    });

Main Types

The main types provided by this package are:

  • FacebookOptions: Represents the options for configuring Facebook authentication
  • FacebookHandler: The authentication handler responsible for processing Facebook authentication requests and generating the appropriate authentication ticket

Additional Documentation

For additional documentation and examples, refer to the official documentation on Facebook login setup in ASP.NET Core.

Feedback & Contributing

Microsoft.AspNetCore.Authentication.Facebook is released as open-source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.

NuGet packages (83)

Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Authentication.Facebook:

Package Downloads
Microsoft.AspNetCore.App

Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

Microsoft.AspNetCore.All

Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

Abp.AspNetZeroCore.Web

Package Description

NanoCore

The project is inspired by years of tedious repetitions, continuously re-writing similar code-snippets and libraries, to handle common functionality, not related to the business domain, such as logging, data persistence, message queuing, documentation, validation and similar.

FenixAlliance.ACL.Dependencies

Application Component for the Alliance Business Suite.

GitHub repositories (31)

Showing the top 5 popular GitHub repositories that depend on Microsoft.AspNetCore.Authentication.Facebook:

Repository Stars
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
nopSolutions/nopCommerce
ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
OrchardCMS/OrchardCore
Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
EduardoPires/EquinoxProject
Web Application ASP.NET 8 using Clean Architecture, DDD, CQRS, Event Sourcing and a lot of good practices
simplcommerce/SimplCommerce
A simple, cross platform, modulith ecommerce system built on .NET
Version Downloads Last updated
10.0.0-preview.2.25164.1 228 3/18/2025
10.0.0-preview.1.25120.3 264 2/25/2025
9.0.3 18,758 3/11/2025
9.0.2 25,788 2/11/2025
9.0.1 27,143 1/14/2025
9.0.0 53,130 11/12/2024
9.0.0-rc.2.24474.3 3,266 10/8/2024
9.0.0-rc.1.24452.1 2,798 9/10/2024
9.0.0-preview.7.24406.2 581 8/13/2024
9.0.0-preview.6.24328.4 70,930 7/9/2024
9.0.0-preview.5.24306.11 281 6/11/2024
9.0.0-preview.4.24267.6 277 5/21/2024
9.0.0-preview.3.24172.13 764 4/11/2024
9.0.0-preview.2.24128.4 503 3/12/2024
9.0.0-preview.1.24081.5 1,727 2/13/2024
8.0.14 4,294 3/11/2025
8.0.13 8,448 2/11/2025
8.0.12 13,405 1/14/2025
8.0.11 64,973 11/12/2024
8.0.10 84,514 10/8/2024
8.0.8 138,588 8/13/2024
8.0.7 78,041 7/9/2024
8.0.6 90,000 5/28/2024
8.0.5 35,228 5/14/2024
8.0.4 114,911 4/9/2024
8.0.3 63,111 3/12/2024
8.0.2 63,792 2/13/2024
8.0.1 94,274 1/9/2024
8.0.0 300,404 11/14/2023
8.0.0-rc.2.23480.2 5,886 10/10/2023
8.0.0-rc.1.23421.29 1,100 9/12/2023
8.0.0-preview.7.23375.9 979 8/8/2023
8.0.0-preview.6.23329.11 741 7/11/2023
8.0.0-preview.5.23302.2 853 6/13/2023
8.0.0-preview.4.23260.4 225,432 5/16/2023
8.0.0-preview.3.23177.8 1,424 4/11/2023
8.0.0-preview.2.23153.2 90,718 3/14/2023
8.0.0-preview.1.23112.2 573 2/21/2023
7.0.20 12,839 5/28/2024
7.0.19 1,775 5/14/2024
7.0.18 1,520 4/9/2024
7.0.17 6,059 3/12/2024
7.0.16 3,851 2/13/2024
7.0.15 8,592 1/9/2024
7.0.14 17,898 11/14/2023
7.0.13 68,823 10/24/2023
7.0.12 34,424 10/10/2023
7.0.11 39,982 9/12/2023
7.0.10 83,479 8/8/2023
7.0.9 61,904 7/11/2023
7.0.8 36,021 6/22/2023
7.0.7 21,087 6/13/2023
7.0.5 172,659 4/11/2023
7.0.4 66,229 3/14/2023
7.0.3 58,004 2/14/2023
7.0.2 80,220 1/10/2023
7.0.1 100,448 12/13/2022
7.0.0 81,675 11/7/2022
7.0.0-rc.2.22476.2 1,210 10/11/2022
7.0.0-rc.1.22427.2 66,728 9/14/2022
7.0.0-preview.7.22376.6 798 8/9/2022
7.0.0-preview.6.22330.3 500 7/12/2022
7.0.0-preview.5.22303.8 806 6/14/2022
7.0.0-preview.4.22251.1 782 5/10/2022
7.0.0-preview.3.22178.4 664 4/13/2022
7.0.0-preview.2.22153.2 444 3/14/2022
7.0.0-preview.1.22109.13 446 2/17/2022
6.0.36 4,029 11/12/2024
6.0.35 9,541 10/8/2024
6.0.33 4,190 8/13/2024
6.0.32 3,746 7/9/2024
6.0.31 5,891 5/28/2024
6.0.30 1,951 5/14/2024
6.0.29 4,741 4/9/2024
6.0.28 11,719 3/12/2024
6.0.27 10,399 2/13/2024
6.0.26 12,600 1/9/2024
6.0.25 40,123 11/14/2023
6.0.24 12,951 10/24/2023
6.0.23 10,676 10/10/2023
6.0.22 18,972 9/12/2023
6.0.21 51,016 8/8/2023
6.0.20 17,817 7/11/2023
6.0.19 12,514 6/22/2023
6.0.18 6,847 6/13/2023
6.0.16 93,547 4/11/2023
6.0.15 41,346 3/14/2023
6.0.14 39,245 2/14/2023
6.0.13 55,817 1/10/2023
6.0.12 53,842 12/13/2022
6.0.11 81,668 11/7/2022
6.0.10 201,939 10/11/2022
6.0.9 84,256 9/13/2022
6.0.8 162,607 8/9/2022
6.0.7 223,264 7/12/2022
6.0.6 132,904 6/14/2022
6.0.5 991,739 5/10/2022
6.0.4 156,983 4/11/2022
6.0.3 112,540 3/8/2022
6.0.2 100,712 2/8/2022
6.0.1 812,910 12/14/2021
6.0.0 384,500 11/8/2021
6.0.0-rc.2.21480.10 2,633 10/12/2021
6.0.0-rc.1.21452.15 9,238 9/14/2021
6.0.0-preview.7.21378.6 1,503 8/10/2021
6.0.0-preview.6.21355.2 841 7/14/2021
6.0.0-preview.5.21301.17 823 6/15/2021
6.0.0-preview.4.21253.5 733 5/24/2021
6.0.0-preview.3.21201.13 651 4/8/2021
6.0.0-preview.2.21154.6 621 3/11/2021 6.0.0-preview.2.21154.6 is deprecated because it is no longer maintained.
6.0.0-preview.1.21103.6 1,751 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 34,142 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 12,242 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 11,102 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 12,557 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 40,411 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 28,456 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 80,979 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 84,778 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 67,585 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 113,707 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 128,402 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 66,961 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 111,099 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 98,555 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 226,181 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 53,643 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 90,615 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 399,652 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 1,611 10/13/2020 5.0.0-rc.2.20475.17 is deprecated because it is no longer maintained.
5.0.0-rc.1.20451.17 2,654 9/14/2020 5.0.0-rc.1.20451.17 is deprecated because it is no longer maintained.
5.0.0-preview.8.20414.8 746 8/25/2020 5.0.0-preview.8.20414.8 is deprecated because it is no longer maintained.
5.0.0-preview.7.20365.19 1,090 7/21/2020 5.0.0-preview.7.20365.19 is deprecated because it is no longer maintained.
5.0.0-preview.6.20312.15 1,639 6/25/2020 5.0.0-preview.6.20312.15 is deprecated because it is no longer maintained.
5.0.0-preview.5.20279.2 608 6/10/2020 5.0.0-preview.5.20279.2 is deprecated because it is no longer maintained.
5.0.0-preview.4.20257.10 750 5/18/2020 5.0.0-preview.4.20257.10 is deprecated because it is no longer maintained.
5.0.0-preview.3.20215.14 686 4/23/2020 5.0.0-preview.3.20215.14 is deprecated because it is no longer maintained.
5.0.0-preview.2.20167.3 720 4/2/2020 5.0.0-preview.2.20167.3 is deprecated because it is no longer maintained.
5.0.0-preview.1.20124.5 694 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 12,703 12/13/2022
3.1.31 4,511 11/8/2022
3.1.30 9,535 10/11/2022
3.1.29 2,954 9/13/2022
3.1.28 7,924 8/9/2022
3.1.27 5,971 7/12/2022
3.1.26 8,618 6/14/2022
3.1.25 10,827 5/10/2022
3.1.24 3,703 4/11/2022
3.1.23 11,953 3/8/2022
3.1.22 34,257 12/14/2021
3.1.21 21,775 11/7/2021
3.1.20 19,916 10/11/2021
3.1.19 18,020 9/14/2021
3.1.18 76,405 8/10/2021
3.1.17 41,647 7/13/2021
3.1.16 26,992 6/8/2021
3.1.15 17,733 5/11/2021
3.1.14 36,018 4/6/2021
3.1.13 74,821 3/9/2021
3.1.12 44,589 2/9/2021
3.1.11 120,687 1/12/2021
3.1.10 215,553 11/9/2020
3.1.9 185,659 10/13/2020
3.1.8 174,787 9/8/2020
3.1.7 73,490 8/11/2020
3.1.6 102,408 7/14/2020
3.1.5 235,622 6/9/2020
3.1.4 248,789 5/12/2020
3.1.3 222,273 3/24/2020
3.1.2 191,167 2/18/2020
3.1.1 135,419 1/14/2020
3.1.0 146,940 12/3/2019
3.1.0-preview3.19555.2 709 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 648 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 827 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 10,804 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 15,085 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 709,573 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 2,278 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 1,520 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 1,831 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 2,461 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
3.0.0-preview6.19307.2 1,838 6/12/2019 3.0.0-preview6.19307.2 is deprecated because it is no longer maintained.
3.0.0-preview5-19227-01 2,562 5/6/2019 3.0.0-preview5-19227-01 is deprecated because it is no longer maintained.
3.0.0-preview4-19216-03 1,995 4/18/2019 3.0.0-preview4-19216-03 is deprecated because it is no longer maintained.
3.0.0-preview3-19153-02 2,130 3/6/2019 3.0.0-preview3-19153-02 is deprecated because it is no longer maintained.
3.0.0-preview-19075-0444 2,594 1/29/2019 3.0.0-preview-19075-0444 is deprecated because it is no longer maintained.
3.0.0-preview-18579-0056 2,321 12/3/2018 3.0.0-preview-18579-0056 is deprecated because it is no longer maintained.
2.3.0 209 1/14/2025
2.2.0 13,727,938 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 63,447 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 6,333 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 3,711 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.2 13,380,503 8/21/2018
2.1.1 10,710,966 6/18/2018
2.1.0 3,447,130 5/29/2018
2.1.0-rc1-final 19,745 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 20,239 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 27,951 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.4 3,750,730 5/7/2018 2.0.4 is deprecated because it is no longer maintained.
2.0.3 3,679,788 3/13/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.1 5,242,113 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 6,383,318 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 55,886 6/27/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 22,818 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.3 11,145 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 85,489 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 99,374 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 107,993 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 4,326 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.5 4,790 11/14/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 3,430 9/20/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 5,601 5/9/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 13,516 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 6,726 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 142,259 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 6,086 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.