Skip to content

Commit

Permalink
Add Group API
Browse files Browse the repository at this point in the history
  • Loading branch information
Mortal committed Nov 12, 2018
1 parent 9e2d340 commit 8f7af00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions news/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def get(self, request):
c = Config.objects.get()
scopes = [
'manage_pages', 'publish_pages', 'user_events',
'groups_access_member_info', 'publish_to_group',
]
return HttpResponseRedirect(
"https://www.facebook.com/dialog/oauth" +
Expand Down

0 comments on commit 8f7af00

Please sign in to comment.