Returns the current user’s incoming friend requests.
This method requires the following permissions: friends:read.
Parameters
Offset into the friend request list for pagination.
How many requests to return.
By default 20.
Whether to return the messages specified by the users who sent the friend requests.
By default false.
Whether to return information about mutual friends for each friend request.
Comma-separated list of user profile fields to be returned.
Result
By default, returns a paginated list of user IDs.
If fields are specified, or either of extended or need_mutual is true, returns a paginated list of objects:
If no fields are specified, the user identifier.
If fields are specified, a user object.
If extended is true, and this friend request was sent with a message, that message.
If need_mutual is true, an object describing the mutual friends with this user.
The total number of mutual friends.
Up to 10 user IDs of mutual friends.