Retrieves the authenticated account's friends list.
The returned data typically includes user IDs and minimal profile information for each friend connection.
Array of friend objects associated with the logged-in account.
Resolves a vanity username or profile URL slug into a numeric user ID.
Useful when dealing with public profile links or custom usernames instead of raw Facebook IDs.
Username, vanity slug, or profile URL identifier.
A resolved Facebook user ID or resolution metadata.
Retrieves profile information for one or more users.
This is the primary method for resolving user metadata such as: display name, profile picture, vanity URL, and basic account info.
A single user ID or an array of user IDs.
A map of user IDs to their corresponding profile data.
High-level API for interacting with Messenger user data.
Exposed as
client.users, this wrapper provides access to profile lookup, identity resolution, and social graph retrieval.All methods are thin wrappers around the underlying FCA API and return raw responses unless otherwise specified.