From 319d521773aaad214aeea1c1237e9352d628192d Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Tue, 14 Jun 2016 18:47:14 -0700 Subject: [PATCH] Update Facebook instructions --- plexpy/notifiers.py | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py index 983b34a2..28c5cbaa 100644 --- a/plexpy/notifiers.py +++ b/plexpy/notifiers.py @@ -2425,13 +2425,14 @@ class FacebookNotifier(object): config_option = [{'label': 'Instructions', 'description': 'Step 1: Visit \ Facebook Developers to add a new app using basic setup.
\ - Step 2: Go to Settings > Advanced and fill in \ - Valid OAuth redirect URIs with your PlexPy URL (e.g. http://localhost:8181).
\ - Step 3: Go to App Review and toggle public to Yes.
\ - Step 4: Fill in the PlexPy URL below with the exact same URL from Step 3.
\ - Step 5: Fill in the App ID and App Secret below.
\ - Step 6: Click the Request Authorization button below.
\ - Step 7: Fill in your Group ID below.', + Step 2: Click Add Product on the left, then Get Started \ + for Facebook Login.
\ + Step 3: Fill in Valid OAuth redirect URIs with your PlexPy URL (e.g. http://localhost:8181).
\ + Step 4: Click App Review on the left and toggle "make public" to Yes.
\ + Step 5: Fill in the PlexPy URL below with the exact same URL from Step 3.
\ + Step 6: Fill in the App ID and App Secret below.
\ + Step 7: Click the Request Authorization button below.
\ + Step 8: Fill in your Group ID below.', 'input_type': 'help' }, {'label': 'PlexPy URL',