Fixed broken Facebook link (#4592)
parent
9d4af2d9e3
commit
48c94be410
|
@ -16,11 +16,11 @@ uid: security/authentication/facebook-logins
|
|||
|
||||
By [Valeriy Novytskyy](https://github.com/01binary) and [Rick Anderson](https://twitter.com/RickAndMSFT)
|
||||
|
||||
This tutorial shows you how to enable your users to sign in with their Facebook account using a sample ASP.NET Core 2.0 project created on the [previous page](index.md). We start by creating a Facebook App ID by following the [official steps](https://www.facebook.com/unsupportedbrowser).
|
||||
This tutorial shows you how to enable your users to sign in with their Facebook account using a sample ASP.NET Core 2.0 project created on the [previous page](index.md). We start by creating a Facebook App ID by following the [official steps](https://developers.facebook.com).
|
||||
|
||||
## Create the app in Facebook
|
||||
|
||||
* Navigate to the [Facebook for Developers](https://www.facebook.com/unsupportedbrowser) page and sign in. If you don't already have a Facebook account, use the **Sign up for Facebook** link on the login page to create one.
|
||||
* Navigate to the [Facebook for Developers](https://developers.facebook.com) page and sign in. If you don't already have a Facebook account, use the **Sign up for Facebook** link on the login page to create one.
|
||||
|
||||
* Tap the **Create App** button in the upper right corner to create a new App ID.
|
||||
|
||||
|
|
Loading…
Reference in New Issue