This manual method requires no third-party tools and works directly inside your desktop web browser. It is the safest way to find an ID for a profile, page, or group.
The easiest way to find your FBID is by checking your Facebook profile URL. Here's how:
If the group uses a vanity name (e.g., /groups/marketing-tips/ ), use Method 1 or Method 3 to extract the hidden numeric ID. Frequently Asked Questions Is an FBID public information? find my fbid
Alternative: View the page source code (Ctrl+U or Cmd+Option+U) and search for page_id or group_id . Method 4: Finding Your Facebook Username (Not ID)
This is the simplest no-login-required method. By viewing your own profile picture in full size and copying its URL, the FBID appears as a numeric string in the path. For example: https://scontent-lhr8-1.xx.fbcdn.net/v/t39.30808-6/273456789_123456789012345_987654321012345678_n.jpg The long number ( 123456789012345 ) is your FBID. This works because Facebook serves images via a content delivery network (CDN) that uses the ID for file routing. This manual method requires no third-party tools and
Alternatively, use the tool from Meta for Developers. It returns your Page ID instantly when you query /me/accounts .
Only use trusted tools (ideally those that do not require a password) or the manual methods described below that work directly on the Facebook website. Here's how: If the group uses a vanity name (e
Click on the user's profile picture or cover photo to open it in full view. Look at the address bar of your browser.
If you are a developer, you likely won't use a website or extension; you will use Facebook's own Graph API Explorer.
Method B — Page source (desktop browser)
: Using the Facebook Graph API to pull data for web development projects.