mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 03:05:24 +08:00
title, permalink, layout, plugin
| title | permalink | layout | plugin | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| talk-plugin-facebook-auth | /plugin/talk-plugin-facebook-auth/ | plugin |
|
Enables sign-in via Facebook via the server side passport middleware.
Configuration:
TALK_FACEBOOK_APP_ID(required) - The Facebook App ID for your Facebook Login enabled app. You can learn more about getting a Facebook App ID at the Facebook Developers Portal or by visiting the Creating an App ID guide. This is only required while thetalk-plugin-facebook-authplugin is enabled.TALK_FACEBOOK_APP_SECRET(required) - The Facebook App Secret for your Facebook Login enabled app. You can learn more about getting a Facebook App Secret at the Facebook Developers Portal or by visiting the Creating an App ID guide. This is only required while thetalk-plugin-facebook-authplugin is enabled.