Skip to content

Commit 089b0ae

Browse files
Update scopes For SSO Login (#1343)
* Update scopes Meta changed the scope for Instagram from `user_profile` to `'instagram_business_basic'`, `'instagram_business_content_publish'`, `'instagram_business_manage_messages'`, and `'instagram_business_manage_comments'`. I tested it on my local machine, and it works fine with the new scope. Can you merge my proposed changes? * change scopes
1 parent a818a5b commit 089b0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Instagram/Provider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Provider extends AbstractProvider
1919
*/
2020
protected $fields = ['account_type', 'id', 'username', 'media_count'];
2121

22-
protected $scopes = ['user_profile'];
22+
protected $scopes = ['instagram_business_basic'];
2323

2424
protected function getAuthUrl($state): string
2525
{

0 commit comments

Comments
 (0)