fbd Modules

FacebookClient
FacebookError
FacebookTypes FacebookUser

fbd.FacebookUser

License zlib/libpng
Authors Carlos Santander
Date December 11, 2007
Version 0.1
See Also Facebook Developers website
class FacebookUser;

Facebook user information

struct Fields;

const char[] USERID;
const char[] ABOUT_ME;
const char[] ACTIVITIES;
const char[] AFFILIATIONS;
const char[] BIRTHDAY;
const char[] BOOKS;
const char[] CURRENT_LOCATION;
const char[] EDUCATION_HISTORY;
const char[] FIRST_NAME;
const char[] HAS_ADDED_APP;
const char[] HOMETOWN_LOCATION;
const char[] HS_INFO;
const char[] INTERESTS;
const char[] IS_APP_USER;
const char[] LAST_NAME;
const char[] MEETING_FOR;
const char[] MEETING_SEX;
const char[] MOVIES;
const char[] MUSIC;
const char[] NAME;
const char[] NOTES_COUNT;
const char[] PIC;
const char[] PIC_BIG;
const char[] PIC_SMALL;
const char[] PIC_SQUARE;
const char[] POLITICAL;
const char[] PROFILE_UPDATE_TIME;
const char[] QUOTES;
const char[] RELATIONSHIP_STATUS;
const char[] RELIGION;
const char[] SEX;
const char[] SIGNIFICANT_OTHER_ID;
const char[] STATUS;
const char[] TIMEZONE;
const char[] TV;
const char[] WALL_COUNT;
const char[] WORK_HISTORY;

Constants for FacebookClient.getUsersInfo

char[] userId;
char[] aboutMe;
char[] activities;
char[] birthday;
char[] books;
char[] firstName;
char[] interests;
char[] lastName;
char[] movies;
char[] music;
char[] name;
char[] pic;
char[] picBig;
char[] picSmall;
char[] picSquare;
char[] political;
char[] quotes;
char[] relationshipStatus;
char[] religion;
char[] sex;
char[] significantOtherId;
char[] timezone;
char[] tv;
Affiliation [] affiliations;
Location currentLocation;
Location hometownLocation;
EducationInfo [] educationHistory;
bool hasAddedApp;
bool isAppUser;
HSInfo hsInfo;
char[][] meetingFor;
char[][] meetingSex;
uint notesCount;
uint wallCount;
Time profileUpdateTime;
UserStatus status;
WorkInfo [] workHistory;

Fields returned by FacebookClient.getUsersInfo

struct Affiliation;

Network affiliation information

char[] type;

type of the network

uint year;

graduation or expected graduation year if the network is a college or high-school network

char[] name;

name of the network

uint nid;

unique network identifier

char[] status;

user's graduate status if the network is a college network

struct Location;

Location information

char[] city;

User-entered city

char[] state;

State is a well-defind two-letter American state or Canadian province abbreviation, and may be blank

char[] country;

User-entered country, and may be blank

int zip;

User-entered zipcode, and 0 if not specified

struct EducationInfo;

Education information

char[] name;

User-specified school name

int year;

Graduation or expected graduation year

char[][] concentrations;

User-entered concentrations

struct HSInfo;

High school information

char[] hs1Name;

high school name

char[] hs2Name;

another school name

char[] hs1Id;

unique id representing that school

char[] hs2Id;

unique id representing that school

int gradYear;

graduation year

struct UserStatus;

Status message information

char[] message;

User-entered status information

Time time;

Time when status message was set

struct WorkInfo;

Work information

Location location;

Location of the work

char[] companyName;

User-entered company name

char[] description;

User-entered description

char[] position;

User-entered position

char[] startDate;

Start date of the work

char[] endDate;

End date of the work