Skip to content

Commit

Permalink
Merge pull request hwi#640 from ip512/patch-3
Browse files Browse the repository at this point in the history
remove username deprecated property
  • Loading branch information
stloyd committed Nov 15, 2014
2 parents 835ab5e + 1d33e54 commit e6e2c6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/doc/internals/response_object_and_paths.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ hwi_oauth:
client_id: <client_id>
client_secret: <client_secret>
scope: "email"
infos_url: "https://graph.facebook.com/me?fields=username,name,email,picture.type(square)"
infos_url: "https://graph.facebook.com/me?fields=id,name,email,picture.type(square)"
paths:
email: email
profilepicture: picture.data.url
Expand Down Expand Up @@ -101,4 +101,4 @@ That's all! In this way you can overwrite any parameter of built-in resource own
and adjust them to your needs. For more details about configuration check
["Reference configuration"](../internals/reference_configuration.md) chapter.

[Return to the index.](../index.md)
[Return to the index.](../index.md)

0 comments on commit e6e2c6a

Please sign in to comment.