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 (32)

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 194 3/18/2025
10.0.0-preview.1.25120.3 248 2/25/2025
9.0.3 14,917 3/11/2025
9.0.2 24,866 2/11/2025
9.0.1 26,573 1/14/2025
9.0.0 51,647 11/12/2024
9.0.0-rc.2.24474.3 3,263 10/8/2024
9.0.0-rc.1.24452.1 2,796 9/10/2024
9.0.0-preview.7.24406.2 578 8/13/2024
9.0.0-preview.6.24328.4 68,010 7/9/2024
9.0.0-preview.5.24306.11 279 6/11/2024
9.0.0-preview.4.24267.6 275 5/21/2024
9.0.0-preview.3.24172.13 762 4/11/2024
9.0.0-preview.2.24128.4 500 3/12/2024
9.0.0-preview.1.24081.5 1,724 2/13/2024
8.0.14 3,087 3/11/2025
8.0.13 8,244 2/11/2025
8.0.12 13,033 1/14/2025
8.0.11 63,547 11/12/2024
8.0.10 83,448 10/8/2024
8.0.8 137,092 8/13/2024
8.0.7 77,113 7/9/2024
8.0.6 89,622 5/28/2024
8.0.5 35,050 5/14/2024
8.0.4 114,113 4/9/2024
8.0.3 62,756 3/12/2024
8.0.2 63,564 2/13/2024
8.0.1 93,634 1/9/2024
8.0.0 296,084 11/14/2023
8.0.0-rc.2.23480.2 5,856 10/10/2023
8.0.0-rc.1.23421.29 1,099 9/12/2023
8.0.0-preview.7.23375.9 977 8/8/2023
8.0.0-preview.6.23329.11 738 7/11/2023
8.0.0-preview.5.23302.2 851 6/13/2023
8.0.0-preview.4.23260.4 222,303 5/16/2023
8.0.0-preview.3.23177.8 1,418 4/11/2023
8.0.0-preview.2.23153.2 90,710 3/14/2023
8.0.0-preview.1.23112.2 571 2/21/2023
7.0.20 12,604 5/28/2024
7.0.19 1,762 5/14/2024
7.0.18 1,514 4/9/2024
7.0.17 6,037 3/12/2024
7.0.16 3,848 2/13/2024
7.0.15 8,572 1/9/2024
7.0.14 17,868 11/14/2023
7.0.13 68,104 10/24/2023
7.0.12 34,352 10/10/2023
7.0.11 39,972 9/12/2023
7.0.10 83,265 8/8/2023
7.0.9 61,811 7/11/2023
7.0.8 35,963 6/22/2023
7.0.7 20,999 6/13/2023
7.0.5 171,645 4/11/2023
7.0.4 66,182 3/14/2023
7.0.3 57,932 2/14/2023
7.0.2 80,127 1/10/2023
7.0.1 100,272 12/13/2022
7.0.0 81,436 11/7/2022
7.0.0-rc.2.22476.2 1,209 10/11/2022
7.0.0-rc.1.22427.2 66,727 9/14/2022
7.0.0-preview.7.22376.6 796 8/9/2022
7.0.0-preview.6.22330.3 498 7/12/2022
7.0.0-preview.5.22303.8 804 6/14/2022
7.0.0-preview.4.22251.1 780 5/10/2022
7.0.0-preview.3.22178.4 662 4/13/2022
7.0.0-preview.2.22153.2 441 3/14/2022
7.0.0-preview.1.22109.13 444 2/17/2022
6.0.36 3,598 11/12/2024
6.0.35 9,476 10/8/2024
6.0.33 4,154 8/13/2024
6.0.32 3,719 7/9/2024
6.0.31 5,826 5/28/2024
6.0.30 1,940 5/14/2024
6.0.29 4,721 4/9/2024
6.0.28 11,675 3/12/2024
6.0.27 10,305 2/13/2024
6.0.26 12,561 1/9/2024
6.0.25 39,710 11/14/2023
6.0.24 12,907 10/24/2023
6.0.23 10,673 10/10/2023
6.0.22 18,927 9/12/2023
6.0.21 50,925 8/8/2023
6.0.20 17,806 7/11/2023
6.0.19 12,499 6/22/2023
6.0.18 6,843 6/13/2023
6.0.16 93,422 4/11/2023
6.0.15 41,296 3/14/2023
6.0.14 39,173 2/14/2023
6.0.13 55,733 1/10/2023
6.0.12 53,753 12/13/2022
6.0.11 81,641 11/7/2022
6.0.10 201,673 10/11/2022
6.0.9 84,159 9/13/2022
6.0.8 162,425 8/9/2022
6.0.7 223,030 7/12/2022
6.0.6 132,804 6/14/2022
6.0.5 988,923 5/10/2022
6.0.4 156,564 4/11/2022
6.0.3 112,463 3/8/2022
6.0.2 100,467 2/8/2022
6.0.1 812,030 12/14/2021
6.0.0 383,393 11/8/2021
6.0.0-rc.2.21480.10 2,632 10/12/2021
6.0.0-rc.1.21452.15 9,237 9/14/2021
6.0.0-preview.7.21378.6 1,500 8/10/2021
6.0.0-preview.6.21355.2 839 7/14/2021
6.0.0-preview.5.21301.17 821 6/15/2021
6.0.0-preview.4.21253.5 731 5/24/2021
6.0.0-preview.3.21201.13 649 4/8/2021
6.0.0-preview.2.21154.6 619 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,748 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 34,126 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 12,241 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 11,097 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 12,533 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 40,354 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 28,421 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 80,908 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 84,757 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 67,567 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 113,666 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 128,338 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 66,960 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 111,076 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 98,536 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 226,116 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 53,639 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 90,593 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 399,431 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 1,609 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,652 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 743 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,088 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,636 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 604 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 747 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 683 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 717 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 691 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 12,619 12/13/2022
3.1.31 4,508 11/8/2022
3.1.30 9,506 10/11/2022
3.1.29 2,953 9/13/2022
3.1.28 7,900 8/9/2022
3.1.27 5,966 7/12/2022
3.1.26 8,590 6/14/2022
3.1.25 10,818 5/10/2022
3.1.24 3,702 4/11/2022
3.1.23 11,906 3/8/2022
3.1.22 34,160 12/14/2021
3.1.21 21,772 11/7/2021
3.1.20 19,888 10/11/2021
3.1.19 17,983 9/14/2021
3.1.18 76,400 8/10/2021
3.1.17 41,634 7/13/2021
3.1.16 26,972 6/8/2021
3.1.15 17,726 5/11/2021
3.1.14 36,011 4/6/2021
3.1.13 74,782 3/9/2021
3.1.12 44,575 2/9/2021
3.1.11 120,448 1/12/2021
3.1.10 215,487 11/9/2020
3.1.9 185,631 10/13/2020
3.1.8 174,711 9/8/2020
3.1.7 73,463 8/11/2020
3.1.6 102,368 7/14/2020
3.1.5 235,304 6/9/2020
3.1.4 248,668 5/12/2020
3.1.3 222,193 3/24/2020
3.1.2 190,737 2/18/2020
3.1.1 135,379 1/14/2020
3.1.0 146,854 12/3/2019
3.1.0-preview3.19555.2 706 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 646 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 825 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 10,802 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 15,037 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 709,037 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 2,277 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 1,518 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 1,829 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 2,459 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
3.0.0-preview6.19307.2 1,836 6/12/2019 3.0.0-preview6.19307.2 is deprecated because it is no longer maintained.
3.0.0-preview5-19227-01 2,561 5/6/2019 3.0.0-preview5-19227-01 is deprecated because it is no longer maintained.
3.0.0-preview4-19216-03 1,993 4/18/2019 3.0.0-preview4-19216-03 is deprecated because it is no longer maintained.
3.0.0-preview3-19153-02 2,129 3/6/2019 3.0.0-preview3-19153-02 is deprecated because it is no longer maintained.
3.0.0-preview-19075-0444 2,593 1/29/2019 3.0.0-preview-19075-0444 is deprecated because it is no longer maintained.
3.0.0-preview-18579-0056 2,320 12/3/2018 3.0.0-preview-18579-0056 is deprecated because it is no longer maintained.
2.3.0 202 1/14/2025
2.2.0 13,714,507 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 63,429 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 6,330 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 3,709 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.2 13,376,270 8/21/2018
2.1.1 10,685,274 6/18/2018
2.1.0 3,446,230 5/29/2018
2.1.0-rc1-final 19,741 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 20,237 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 27,942 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.4 3,747,442 5/7/2018 2.0.4 is deprecated because it is no longer maintained.
2.0.3 3,677,694 3/13/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.1 5,238,285 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 6,380,263 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 55,859 6/27/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 22,816 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.3 11,136 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 85,483 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 99,351 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 107,983 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 4,324 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.5 4,786 11/14/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 3,428 9/20/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 5,599 5/9/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 13,513 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 6,724 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 142,116 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 6,084 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.