Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example Usage Error #12

Closed
rjdjohnston opened this issue Mar 2, 2012 · 2 comments
Closed

Example Usage Error #12

rjdjohnston opened this issue Mar 2, 2012 · 2 comments

Comments

@rjdjohnston
Copy link

In your example usage section this line:
$user = $provider->get_user_info($token->access_token);

Should be replaced with this:
$user = $provider->get_user_info($token);

@philsturgeon
Copy link
Owner

Please send pull requests when you know how to fix something. You can even click "Edit File" to do this in the browser!

@rjdjohnston
Copy link
Author

Ah! Good to know

Pardon the brevity, this message was sent from my iPhone.

On Mar 26, 2012, at 2:28 PM, Phil Sturgeonreply@reply.github.com wrote:

Please send pull requests when you know how to fix something. You can even click "Edit File" to do this in the browser!


Reply to this email directly or view it on GitHub:
#12 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants