From f2129082a9004b96f288e4e147e59ef6cd3bb324 Mon Sep 17 00:00:00 2001 From: Jessie Rushing Date: Thu, 9 May 2019 15:35:41 -0700 Subject: [PATCH] added note about location of live button --- plugins/talk-plugin-facebook-auth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/talk-plugin-facebook-auth/README.md b/plugins/talk-plugin-facebook-auth/README.md index 4dd1d348b..4a3dbe44f 100644 --- a/plugins/talk-plugin-facebook-auth/README.md +++ b/plugins/talk-plugin-facebook-auth/README.md @@ -45,7 +45,7 @@ You can learn more about getting a Facebook App ID at the * Under Product Settings: * set Valid OAuth Redirect URIs to your callback url (Use your Talk domain with this endpoint: `/api/v1/auth/facebook/callback`) * Locate your App Id and App Secret, set these as config vars on your instance of Talk -* Toggle the "Live" button to make app live +* Toggle the "Live" button on the top bar to make app live _NOTE: Facebook auth requires your site to use `https` (SSL) not `http`. If your site is not `https` you can not use this plugin!_