Update Facebook auth setup guide with official docs links and email permission guidance#36812
Conversation
Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com>
Removed Facebook & Meta UI images and updated instructions to direct users to Facebook's setup page for obtaining App ID and secret.
|
@copilot, The step-by-step Facebook Developer portal instructions and screenshots (lines 25–59) should be replaced with a link to Facebook's own setup documentation so the guidance stays current. The section should direct developers to:
The original images that Facebook UI images that are no longer used should also be removed. |
…ocs, remove unused screenshots Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com>
Done in commit c732c00. The "Create the app in Facebook" section now links to Facebook's official docs for App Registration, Facebook Login for Web, and Facebook Login Permissions (with a note that the |
Rely on Facebooks only instructions where we can since those change immediatly with periodic changes in the UI.
wadepickett
left a comment
There was a problem hiding this comment.
Approved after several changes to rely more on the up to date Facebook site guidance instead.
meaghanlewis
left a comment
There was a problem hiding this comment.
These changes LGTM.
The Facebook auth article omitted guidance about the
emailpermission requirement and contained outdated step-by-step UI instructions with stale screenshots. The ASP.NET CoreFacebookOptionsrequests theemailscope by default, but if the Facebook app hasn't granted that permission, sign-in fails or the email claim is missing from the authenticated user.Changes
emailscope by default and authentication will fail or the email claim will be missing if this permission is not configured.emailpermission status when sign-in fails or email is missing post-authentication.FBLogin.png,FBMyApps.png,FBNewAppId.png,FBOAuthSetup.png,FBProductSetup.png,FBSkipQuickStart.png) that are no longer referenced.ms.date, addedai-usage: ai-assisted, removed thesfi-image-nochangecustom tag, and fixed front matter key ordering to alphabetical.Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.
Internal previews