|
@@ -40,7 +40,8 @@ class InstagramService implements SmmPlatformInterface
|
|
'force_authentication'=>1,
|
|
'force_authentication'=>1,
|
|
'client_id' => $this->clientId,
|
|
'client_id' => $this->clientId,
|
|
'redirect_uri' => $this->redirectUri,
|
|
'redirect_uri' => $this->redirectUri,
|
|
- 'scope' => 'instagram_business_basic,instagram_business_manage_messages,instagram_business_manage_comments,instagram_business_content_publish,instagram_business_manage_insights',
|
|
|
|
|
|
+ //'scope' => 'instagram_business_basic,instagram_business_manage_messages,instagram_business_manage_comments,instagram_business_content_publish,instagram_business_manage_insights',
|
|
|
|
+ 'scope' => 'instagram_business_basic',
|
|
'response_type' => 'code',
|
|
'response_type' => 'code',
|
|
]);
|
|
]);
|
|
return ['status'=>true, 'data' => ['url'=>$loginUrl]];
|
|
return ['status'=>true, 'data' => ['url'=>$loginUrl]];
|