Skip to content

Commit

Permalink
add picture field for user's avatar (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
woei66 authored Sep 1, 2023
1 parent 6df7695 commit dcbb1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/Facebook.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Facebook extends Base

protected string $version = 'v3.3';

protected array $fields = ['first_name', 'last_name', 'email', 'gender', 'verified'];
protected array $fields = ['first_name', 'last_name', 'email', 'gender', 'verified','picture'];

protected array $scopes = [];

Expand Down

0 comments on commit dcbb1ee

Please sign in to comment.