Skip to content

Commit

Permalink
https://github.com/spring-projects/spring-social-facebook/issues/278
Browse files Browse the repository at this point in the history
  • Loading branch information
mjacksonlgh authored Oct 25, 2019
1 parent ae2234d commit f92080d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public interface UserOperations {
PagedList<Reference> search(String query);

static final String[] PROFILE_FIELDS = {
"id", "about", "age_range", "birthday", "context", "cover", "currency", "devices", "education", "email",
"id", "about", "age_range", "birthday", "cover", "currency", "devices", "education", "email",
"favorite_athletes", "favorite_teams", "first_name", "gender", "hometown", "inspirational_people", "installed", "install_type",
"is_verified", "languages", "last_name", "link", "locale", "location", "meeting_for", "middle_name", "name", "name_format",
"political", "quotes", "payment_pricepoints", "relationship_status", "religion", "security_settings", "significant_other",
Expand Down

0 comments on commit f92080d

Please sign in to comment.