Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jenssegers/Laravel-OAuth
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssegers committed Jul 26, 2014
2 parents 8849513 + f14150c commit 74f9623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -127,7 +127,7 @@ Example usage for the Facebook API.
// Redirect to login
else
{
return Redirect::away((string) $oauth->getAuthorizationUri());
return Redirect::away((string) $facebook->getAuthorizationUri());
}

For more examples check out [PHPoAuthLib](https://github.com/Lusitanian/PHPoAuthLib/tree/master/examples).

0 comments on commit 74f9623

Please sign in to comment.