Skip to content

Commit 24bc167

Browse files
committed
Merge pull request #418 from leansoft/master
Bugfix for facebook scope delimter
2 parents 5187eb6 + 7876036 commit 24bc167

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/OAuth/OAuth2/Service/Facebook.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,11 @@ public function getDialogUri($dialogPath, array $parameters)
197197
$query = http_build_query($parameters);
198198
return new Uri($baseUrl . '?' . $query);
199199
}
200+
/**
201+
* {@inheritdoc}
202+
*/
203+
protected function getScopesDelimiter()
204+
{
205+
return ',';
206+
}
200207
}

0 commit comments

Comments
 (0)