Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose app_id and secret directly on req.facebook #20

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

stuartpb
Copy link
Contributor

This change changes FaceplateSession to take the config object from a Faceplate construtor and put the app_id and secret values directly on the FaceplateSession (which the Faceplate middleware exposes as req.facebook).

This fix alters the only case where one of these values was being used (app_id was read from the plate object for getting the info for app(): #19 goes further and removes the use of that value altogether.

Exposing the app_id is still useful for other situations where these values are needed, such as the broken parts of in heroku/facebook-template-nodejs#11. This can currently be fixed with a solution like heroku/facebook-template-nodejs#12, but reading these values from the plates object is... well, a bad dependence on internal behavior.

Remove unused "util" require
Add semicolons after function assignments/returns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant