Skip to content

Commit

Permalink
updated scope
Browse files Browse the repository at this point in the history
  • Loading branch information
radutopala committed Nov 22, 2017
1 parent 957236f commit a27af09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Skype/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public function auth()
'client_id' => $this->config->get('clientId'),
'client_secret' => $this->config->get('clientSecret'),
'grant_type' => 'client_credentials',
'scope' => 'https://graph.microsoft.com/.default'
'scope' => 'https://api.botframework.com/.default'
]
]);

Expand Down

0 comments on commit a27af09

Please sign in to comment.