Update socialite.md

This commit is contained in:
Israel Ortuño 2017-12-29 23:43:52 +01:00 committed by GitHub
parent 687872fcc9
commit f75f556291
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -145,4 +145,4 @@ If you already have a valid access token for a user, you can retrieve their deta
If you already have a valid pair of token / secret for a user, you can retrieve their details using the `userFromTokenAndSecret` method:
$user = Socialite::driver('twitter')->userFromTokenAndSecret($token);
$user = Socialite::driver('twitter')->userFromTokenAndSecret($token, $secret);