Open
Description
Calling the class with parameter name
don't seems to apply it to Trello.
$Trello = new Trello([
'identifier' => c('TRELLO_KEY'),
'secret' => c('TRELLO_SECRET'),
'callback_uri' => Http::url(),
'name' => c('APP_NAME'),
'expiration' => 'never',
'scope' => 'read,write'
]);
The value of APP_NAME
get passed in the URL, but the result on the Trello auth-page is "An unknown application" instead of the expected value.
Metadata
Metadata
Assignees
Labels
No labels