Skip to content

Commit f92080d

Browse files

File tree

1 file changed

+1
-1
lines changed
  • spring-social-facebook/src/main/java/org/springframework/social/facebook/api

1 file changed

+1
-1
lines changed
 

‎spring-social-facebook/src/main/java/org/springframework/social/facebook/api/UserOperations.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public interface UserOperations {
127127
PagedList<Reference> search(String query);
128128

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

0 commit comments

Comments
 (0)
Please sign in to comment.