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 da23a30 commit 7c62b6aCopy full SHA for 7c62b6a
src/Facebook/Authentication/OAuth2Client.php
@@ -125,8 +125,8 @@ public function debugToken($accessToken)
125
* Generates an authorization URL to begin the process of authenticating a user.
126
*
127
* @param string $redirectUrl The callback URL to redirect to.
128
- * @param array $scope An array of permissions to request.
129
* @param string $state The CSPRNG-generated CSRF value.
+ * @param array $scope An array of permissions to request.
130
* @param array $params An array of parameters to generate URL.
131
* @param string $separator The separator to use in http_build_query().
132
0 commit comments