From dbe783d31da9de2d3c54d2403eb299b8c080a094 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Fri, 6 May 2016 18:53:47 -0700 Subject: [PATCH] Remove a step in the Facebook app setup * Email address is required when creating a Facebook app, so no need for the extra step --- plexpy/notifiers.py | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py index 2a21cc0c..402e6cd3 100644 --- a/plexpy/notifiers.py +++ b/plexpy/notifiers.py @@ -2361,15 +2361,13 @@ 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 > Basic and fill in a \ - Contact Email.
\ - Step 3: Go to Settings > Advanced and fill in \ + Step 2: Go to Settings > Advanced and fill in \ Valid OAuth redirect URIs with your PlexPy URL (e.g. http://localhost:8181).
\ - Step 4: Go to App Review and toggle 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 the Group ID below.', + 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.', 'input_type': 'help' }, {'label': 'PlexPy URL',