If you do not want to put your profile URL into a third-party website, you can pull your ID directly from Facebook's HTML source code.
Alternative (URL method):
Websites and browser extensions claiming to “Find My FBID” exist. While many simply automate the profile picture URL method, others may be malicious. Granting such tools access to your Facebook account can lead to data harvesting, session hijacking, or malware installation. For security reasons, manual methods are strongly preferred. find my fbid
An FBID is a unique string of numbers assigned to every entity on Facebook. Unlike a username, which can be changed, your FBID is permanent. It is the "social fingerprint" that Facebook’s database uses to identify you. Method 1: The "View Source" Trick (Easiest for Profiles) How to Find Your Facebook ID (FBID) Part
curl -i -X GET "https://graph.facebook.com/me?access_token=YOUR_ACCESS_TOKEN&fields=id" Alternative (URL method): 4
Copyright 2012 Joel Nielsen |