Skip to content

Commit

Permalink
Merge pull request #88 from dahaupt/fix-facebook-permissions
Browse files Browse the repository at this point in the history
[BUGFIX] Fix permissions necessary for Facebook
  • Loading branch information
MattiasNilsson authored Dec 8, 2021
2 parents f8f51e2 + 1a48bb6 commit babf0e0
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 babf0e0

Please sign in to comment.