The enumerations listed in the API for the ProfileField class don't
seem to match what is actually available.
What steps will reproduce the problem?
Running the following code snippet:
for (ProfileField c : ProfileField.values())
System.out.println(c);
Gets me the following list:
about_me
activities
affiliations
birthday
books
current_location
education_history
first_name
has_added_app
hometown_location
hs_info
interests
is_app_user
last_name
meeting_for
meeting_sex
movies
music
name
notes_count
pic
pic_big
pic_small
pic_square
political
profile_update_time
quotes
relationship_status
religion
significant_other_id
sex
status
timezone
tv
wall_count
work_history
locale
Which leaves out these fields that are listed in the API docs (also results
in an error if you try to grab them):
allowed_restrictions
email_hashes
online_presence
pic_big_with_logo
pic_small_with_logo
pic_square_with_logo
pic_with_logo
profile_url
proxied_email
uid
verified
What version of the product are you using? On what operating system?
I am using version 2.1.1 on Mac OS X 10.5.7
Original issue reported on code.google.com by din...@gmail.com on 31 Jul 2009 at 2:27
Original issue reported on code.google.com by
din...@gmail.com
on 31 Jul 2009 at 2:27