-
Notifications
You must be signed in to change notification settings - Fork 71
Confusing disparity with Facebook OAuth #87
Copy link
Copy link
Open
Description
Facebook uses a clientId in the strategy, but an APP_ID in the production environment variable. See https://github.com/FullstackAcademy/fsg/blob/master/generated/server/env/production.js#L18. While students should notice the difference and put the right vars in Heroku, it is pretty easy to overlook this as it is similar but not identical to the Google variable names.
Not sure why it is coded in as APP_ID — is it to match some Facebook dev tool verbiage? An oversight? Worth looking into to see if it wouldn't be less confusing standardized to CLIENT_ID.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels