Skip to content

Commit 819c708

Browse files
committed
Added one more Soundclound scope (thanks to @dyatlov, daviddesberg/PHPoAuthLib#253).
1 parent f85f38a commit 819c708

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/OAuth2/Service/SoundCloud.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
class SoundCloud extends AbstractService {
99

10+
const SCOPE_NON_EXPIRING_TOKEN = 'non-expiring';
11+
1012
protected $baseApiUri = 'https://api.soundcloud.com/';
1113
protected $authorizationEndpoint = 'https://soundcloud.com/connect';
1214
protected $accessTokenEndpoint = 'https://api.soundcloud.com/oauth2/token';

0 commit comments

Comments
 (0)