Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Permissions login #1227

Open
c911Repositores opened this issue Feb 12, 2021 · 0 comments
Open

Permissions login #1227

c911Repositores opened this issue Feb 12, 2021 · 0 comments

Comments

@c911Repositores
Copy link

I want to be able to have all the permissions that I have set in my login but when logging in with a user it does not show all the permissions that my app needs here is the code I have:


https://user-images.githubusercontent.com/58268207/107786957-c5e61900-6d4e-11eb-98aa-b9f044fad614.mov


public function login(){
		$helper = $this->fb->getRedirectLoginHelper();

		$permissions = ['email', 'read_insights', 'pages_show_list', 'read_page_mailboxes', 'ads_management', 'ads_read', 'business_management', 'pages_messaging', 'instagram_basic', 'instagram_manage_comments', 'instagram_manage_insights', 'publish_to_groups', 'attribution_read', 'pages_read_engagement', 'pages_manage_metadata', 'pages_read_user_content', 'pages_manage_ads', 'pages_manage_posts', 'pages_manage_engagement', 'public_profile'];
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant