mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
Update Facebook permissions scope
This commit is contained in:
parent
23cf790079
commit
e003850d31
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue