Skip to content

Commit

Permalink
Incorrect schema for infos_url parameter
Browse files Browse the repository at this point in the history
I was at the edge of madness when I discovered the problem: we have to call using https, not http.
  • Loading branch information
Eduardo committed Feb 4, 2016
1 parent 6e404aa commit 2e64973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/doc/internals/response_object_and_paths.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ hwi_oauth:
client_id: <client_id>
client_secret: <client_secret>
scope: r_fullprofile
infos_url: "http://api.linkedin.com/v1/people/~:(id,formatted-name,recommendations-received)"
infos_url: "https://api.linkedin.com/v1/people/~:(id,formatted-name,recommendations-received)"
```

Again the details can be accessed in i.e. `loadUserByOAuthUserResponse(UserResponseInterface $response)`:
Expand Down

0 comments on commit 2e64973

Please sign in to comment.