fbd Modules

FacebookClient
FacebookError
FacebookTypes FacebookUser

fbd.FacebookTypes

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

Album information

char[] id;

album id

char[] coverPhotoId;

cover photo id

char[] ownerId;

owner user id

char[] name;

album name

char[] description;

album description

char[] location;

album location

char[] link;

album URL

int size;

number of photos

Time created;

date album was created

Time modified;

date album was modified

struct Notifications;

Information returned by getNotifications.

struct Notification;

Data for messages, pokes, and shares.

int unread;

number of unread notifications

Time mostRecent;

time of the most recent notification

Notification messages;

messages notification

Notification pokes;

pokes notification

Notification shares;

shares notification

char[][] friendRequests;

list of users requesting be friends

uint[] groupInvites;

group invites

uint[] eventInvites;

event invites

struct Photo;

Photo information

char[] id;

photo id

char[] albumId;

album id

char[] ownerId;

owner id

char[] src;

photo URL

char[] bigSrc;

big photo URL

char[] smallSrc;

small photo URL

char[] link;

photo page URL

char[] caption;

photo caption

Time created;

when the photo was created

struct PropertyInfo;

Information related to object properties.

enum PropertyType;

Type of properties

char[] name;

Property name

PropertyType dataType;

Property data type

struct PublishData;

Optional data needed to call publishStory and publishAction.

It does not include "title" because it is a required parameter.

char[] bodyMarkup;

markup displayed in the feed story's body section

char[] image1;

URL of an image to be displayed in the news feed story

char[] image1link;

URL destination after a click on the image referenced by image1

char[] image2;

URL of an image to be displayed in the news feed story

char[] image2link;

URL destination after a click on the image referenced by image2

char[] image3;

URL of an image to be displayed in the news feed story

char[] image3link;

URL destination after a click on the image referenced by image3

char[] image4;

URL of an image to be displayed in the news feed story

char[] image4link;

URL destination after a click on the image referenced by image4