friends.getMyFriends
Syntax
array friends.getMyFriends ( INT friendstatus = 3, INT uid = 0, INT page = 0, INT pageSize = 25 )Argument Info
Type | Description | |||
---|---|---|---|---|
3 | The friendship status of the friends that you want returned. Possible values are 1, 2 and 3: 1 = friendship is unconfirmed. Friendship was requested from uid1 (waiting on uid2 to confirm the friendship) 2 = friendship is unconfirmed. Friendship was requested from uid2 (waiting on uid1 to confirm the friendship) 3 = confirmed (friendship status is confirmed). | |||
0 | The user ID related to this call if not using loggedinuser info | |||
0 | Page number, based off pageSize parameter, default is the first page, page 0. | |||
25 | Total records returned per page, default 25 |
Response
This is the content of the array for each user that will be returned on success of the request.
Possible values are 1, 2 and 3: 1 = friendship is unconfirmed. Friendship was requested from uid1 (waiting on uid2 to confirm the friendship) 2 = friendship not confirmed. Friendship was requested from uid2 (waiting on uid1 to confirm the friendship) 3 = confirmed (friendship status is confirmed). | ||
Return Values
Field | Description | Possible Values |
---|