LJ.XMLRPC.friendof
Returns a "friends of" list for a specified user. An optional limit of returned friends can be supplied.
Request Parameters
- LiveJournal's Common Request Parameters
- friendoflimit - If set to a numeric value greater than zero, this mode will only return the number of results iindicated. Useful only for building pretty lists for display which might have a button to view the full list nearby. (optional)
Return Types
A struct containing the following keys:
- friendofs - An array of type FriendOf corresponding to the list of people who list this user as a friend.
FriendOf Type
A struct containing the following keys:
- username - The username of the friend.
- fullname - The full name of the friend.
- type - The type of journal the friend item is. This value can be one of 'community', 'syndicated', 'news', or 'shared', depending on the journaltype of the account in question. The account is a normal personal account when this value is not sent.
- fgcolor - The foreground color of the friend item.
- bgcolor - The background color of the friend item.
- groupmask - If the group mask is not "1" (just bit 0 set), then this variable is returned with an 32-bit unsigned integer with a bit 0 always set, and bits 1-30 set for each group this friend is a part of. Bit 31 is reserved.
