We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f85f38a commit 819c708Copy full SHA for 819c708
src/OAuth2/Service/SoundCloud.php
@@ -7,6 +7,8 @@
7
8
class SoundCloud extends AbstractService {
9
10
+ const SCOPE_NON_EXPIRING_TOKEN = 'non-expiring';
11
+
12
protected $baseApiUri = 'https://api.soundcloud.com/';
13
protected $authorizationEndpoint = 'https://soundcloud.com/connect';
14
protected $accessTokenEndpoint = 'https://api.soundcloud.com/oauth2/token';
0 commit comments