From e003850d31af4f26071da487a7867dd8cfe48a3c Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Fri, 18 May 2018 17:41:42 -0700 Subject: [PATCH] Update Facebook permissions scope --- plexpy/notifiers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py index 89579a00..56cb8708 100644 --- a/plexpy/notifiers.py +++ b/plexpy/notifiers.py @@ -1464,7 +1464,7 @@ class FACEBOOK(Notifier): return facebook.auth_url(app_id=app_id, canvas_url=redirect_uri, - perms=['user_managed_groups','publish_actions']) + perms=['publish_to_groups']) def _get_credentials(self, code=''): logger.info(u"Tautulli Notifiers :: Requesting access token from {name}.".format(name=self.NAME))