Finding a Facebook ID (the unique numeric string for a profile, page, or group) can be done in a few ways depending on what you're looking for. Here’s a quick guide to help you find it: Finding Your Own User ID If you need your ID for an external app or website:
Settings Method: Go to Settings & Privacy > Settings > Apps and Websites. Tap on an active app to see your specific User ID for that application.
Username Method: Your username is the text at the end of your profile URL (e.g., ://facebook.com). While not a numeric ID, this is often what people mean when they ask for a "Facebook ID". Finding a Page ID
Transparency Tool: Go to the Page, click on About, then select Page Transparency. The numeric Page ID is usually listed there.
URL Check: Sometimes, if a Page hasn't set a custom username, the ID is visible directly in the URL (e.g., ://facebook.com). Finding a Group ID
URL Method: Similar to Pages, check the URL while viewing the group. It often looks like ://facebook.com.
Invite Link: Clicking "Invite" and copying the link will often include the numeric Group ID in the generated string. Confirming Your Identity (Submitting ID)
If Facebook is asking for a physical ID to verify your account:
Navigate to Settings & Privacy > Settings > Personal Details > Identity Confirmation. Choose your reason (like running ads) and your country.
Upload a clear, well-lit photo of a government-issued document (Passport, Driver’s License). Wait for review, which typically takes about 48 hours. How To Find Your Facebook User ID and Username facebook id bulma
Facebook mobil uygulaması doğrudan ID göstermez, ancak küçük bir numara ile bulabilirsiniz.
Adımlar (Android için):
https://www.facebook.com/username (Burada ID yok, ancak bu linki bir web tarayıcısında açıp Yöntem 1'i uygulayın)https://www.facebook.com/profile.php?id=123456789012345 (İşte ID burada!)Facebook ID and Bulma are two popular topics in the realm of web development and social media. In this guide, we'll explore what Facebook ID is, how to find it, and how to integrate it with Bulma, a popular CSS framework.
Bu yöntem, herhangi bir ek uygulama veya uzantı gerektirmez. Sadece bir web tarayıcısı yeterlidir.
Adımlar:
Ctrl + F (Mac'te Cmd + F) tuşlarına basarak arama kutusunu açın.profile_id yazın."profile_id":"123456789012345"Alternatif arama terimleri: user_id, entity_id, page_id.
Kendi ID'nizi bulmak en kolay olanıdır. Çünkü Facebook size özel olarak bir tane atamıştır.
En hızlı yol:
/username) görüyorsanız, sağ tıklayıp "Sayfa Kaynağını Görüntüle" yapın ve profile_id arayın.https://www.facebook.com/profile.php (Bu sizi kendi profilinize yönlendirir, ancak URL'de ID yoksa yine kaynak kodunu kontrol edin).Alternatif olarak Facebook Graph API Explorer'ı kullanarak:
https://graph.facebook.com/me?access_token=... sorgusu size doğrudan ID'nizi döndürecektir. Finding a Facebook ID (the unique numeric string
Soru: Facebook ID’mi başkasına versem ne olur?
Cevap: Doğrudan bir şey olmaz, ancak kötü niyetli bir API çağrısı ile herkese açık fotoğraflarınızı çekebilir.
Soru: Bir sayfanın ID’si ile sayfayı nasıl ziyaret ederim?
Cevap: https://facebook.com/ID_NUMARASI yazmanız yeterlidir.
Soru: ID bulmak için ücretli servisler güvenilir mi?
Cevap: Hayır. Facebook’un izin vermediği hiçbir servis size “gizli ID” sağlayamaz.
Soru: ID’m değişir mi?
Cevap: Hayır, Facebook ID ömür boyu sabittir. Hesabınız silinse bile o ID bir daha kullanıma açılmaz.
Bu makale, 2026 yılı itibarıyla geçerli Facebook politikaları ve teknik altyapısı baz alınarak hazırlanmıştır. Güncellemeler için Meta’nın resmi geliştirici dokümanlarını takip ediniz.
Finding your Facebook ID (a unique string of numbers assigned to every profile, page, or group) is essential for app development, website integrations, or specific social media tools. Since this ID is often hidden behind a custom username (URL), you can use several methods to retrieve it. 1. Online ID Lookup Tools
The fastest way is to use dedicated web services. You simply copy the URL of the profile or page you want to identify and paste it into these tools: Find My Facebook ID: A popular choice for quick retrieval.
Lookup-ID.com: Useful for finding IDs for profiles, groups, and pages.
Comment Picker: Often used by contest organizers to find specific user IDs for fair draws. Yöntem 3: Mobil Uygulama (Android/iOS) ile Facebook ID
You can learn more about these tools by checking the Facebook ID Bulma Aracı ve Kullanımı guide. 2. Manual Method (Page Source)
If you prefer not to use third-party sites, you can find the ID directly within Facebook's code: Go to the profile or page in your browser.
Right-click on the page and select "View Page Source" (or press Ctrl + U).
Press Ctrl + F to search and type terms like "profile_id=", "user_id", or "fb://profile/".
The string of numbers following these tags is the Facebook ID. 3. Finding a Page ID via "About" Section For business pages, the ID is often listed publicly: Navigate to the specific Facebook Page. Click on the "About" tab.
Scroll to the bottom of the "Page Info" section to find the Page ID listed clearly.
For a deeper dive into these techniques, you can read the summary of the "Facebook ID Bulma Yöntemleri" makalesi which details various manual and automated approaches.
To integrate your Facebook ID with Bulma, you can use the Facebook Graph API. Here's an example of how to display a user's Facebook profile information using Bulma and the Facebook Graph API:
YOUR_FACEBOOK_ID_HERE with your actual Facebook ID.YOUR_ACCESS_TOKEN_HERE with a valid Facebook access token.