Skip to content

Commit

Permalink
Update auth hash in README.md.
Browse files Browse the repository at this point in the history
- it includes access token now as well
  • Loading branch information
simi committed Oct 19, 2020
1 parent a77cdbe commit 005ebb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -87,7 +87,7 @@ Here's an example *Auth Hash* available in `request.env['omniauth.auth']`:
name: 'Joe Bloggs',
first_name: 'Joe',
last_name: 'Bloggs',
image: 'http://graph.facebook.com/1234567/picture?type=square',
image: 'http://graph.facebook.com/1234567/picture?type=square&access_token=...',
verified: true
},
credentials: {
Expand Down

0 comments on commit 005ebb4

Please sign in to comment.