Skip to content

Commit

Permalink
[BUGFIX] Fix permissions necessary for Facebook
Browse files Browse the repository at this point in the history
This corrects the permissions for fetching Facebook posts.

Resolves: #85
  • Loading branch information
Daniel Haupt committed Nov 3, 2020
1 parent dfabd17 commit 1a48bb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/Private/Partials/Backend/TokenInfo/Type1.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" xmlns:pxa="http://typo3.org/ns/Pixelant/PxaSocialFeed/ViewHelpers" data-namespace-typo3-fluid="true">
<f:render partial="Backend/TokenInfo/FacebookInstagram" arguments="{token: token, permissions: 'public_profile, user_posts, manage_pages'}" />
</html>
<f:render partial="Backend/TokenInfo/FacebookInstagram" arguments="{token: token, permissions: 'pages_read_engagement, pages_read_user_content'}" />
</html>

0 comments on commit 1a48bb6

Please sign in to comment.