This class is the user profile for Facebook with appropriate getters.
| Method : |
From the JSON profile response : |
The attributes of the CommonProfile |
| String getEmail() |
the email attribute |
| String getFirstName() |
the first_name attribute |
| String getFamilyName() |
the last_name attribute |
| String getDisplayName() |
the name attribute |
| String getUsername() |
the username attribute |
| Gender getGender() |
the gender attribute |
| Locale getLocale() |
the locale attribute |
| String getPictureUrl() |
the url sub-attribute of the picture attribute |
| String getProfileUrl() |
the link attribute |
| String getLocation() |
the name sub-attribute of the location attribute |
| More specific attributes |
| String getMiddleName() |
the middle_name attribute |
| List<FacebookObject> getLanguages() |
the languages attribute |
| String getThirdPartyId() |
the third_party_id attribute |
| Integer getTimezone() |
the timezone attribute |
| Date getUpdateTime() |
the updated_time attribute |
| Boolean getVerified() |
the verified attribute |
| String getBio() |
the bio attribute |
| Date getBirthday() |
the birthday attribute |
| List<FacebookEducation> getEducation() |
the education attribute |
| FacebookObject getHometown() |
the hometown attribute |
| List<String> getInterestedIn() |
the interested_in attribute |
| FacebookObject getLocationObject() |
the locatiion attribute |
| String getPolitical() |
the political attribute |
| List<FacebookObject> getFavoriteAthletes() |
the favorite_athletes attribute |
| List<FacebookObject> getFavoriteTeams() |
the favorite_teams attribute |
| String getQuotes() |
the quotes attribute |
| FacebookRelationshipStatus getRelationshipStatus() |
the relationship_status attribute |
| String getReligion() |
the religion attribute |
| FacebookObject getSignificantOther() |
the significant_other attribute |
| String getWebsite() |
the website attribute |
| List<FacebookWork> getWork() |
the work attribute |
| List<FacebookObject> getFriends() |
the friends attribute |
| List<FacebookInfo> getMovies() |
the movies attribute |
| List<FacebookInfo> getMusic() |
the music attribute |
| List<FacebookInfo> getBooks() |
the books attribute |
| List<FacebookInfo> getLikes() |
the likes attribute |
| List<FacebookPhoto> getAlbums() |
the albums attribute |
| List<FacebookEvent> getEvents() |
the events attribute |
| List<FacebookGroup> getGroups() |
the groups attribute |
| List<FacebookMusicListen> getMusicListens() |
the music.listens attribute |
| FacebookPicture getPicture() |
the picture attribute |