Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenmaguire committed Mar 13, 2018
1 parent 2f26dac commit 10cdba6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ When fetching resource owner details, the provider allows for an explicit list o

A default set of fields is provided. Overriding these defaults and defining a new set of fields is easy using the `withFields` method, which is a fluent method that returns the updated provider.

You can find a complete list of fields on [LinkedIn's Developer Documentation](https://developer.linkedin.com/docs/fields/basic-profile#).

```php
$fields = [
'id', 'first-name', 'last-name', 'maiden-name', 'formatted-name',
Expand Down

0 comments on commit 10cdba6

Please sign in to comment.