We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94aa904 commit 6dc8fa4Copy full SHA for 6dc8fa4
examples/get-token/Flickr.php
@@ -11,7 +11,7 @@
11
12
use chillerlan\OAuth\Providers\Flickr;
13
14
-$PARAMS ??= ['perms' => Flickr::PERM_DELETE];
+$PARAMS ??= ['perms' => 'read']; // hen-egg issue: can't use the Flickr class before it's loaded
15
16
require_once __DIR__.'/../provider-example-common.php';
17
0 commit comments