Kullanıcılar genellikle kendilerine özel kullanıcı adı (örneğin: ://facebook.com ) belirlerler. Bu durumda URL'de rakamlar görünmez. Herhangi bir dış siteye güvenmek istemiyorsanız, Facebook'un kendi kaynak kodundan ID'yi saniyeler içinde çekebilirsiniz.

Right-click on the page and select (or press Ctrl + U ).

There are several reasons why you might need to find a Facebook ID:

💡 Bazı uygulamalar ve oyunlar, hesabınızı bağlarken bu ID'yi ister. Ayrıca teknik destek süreçlerinde de işinize yarayabilir.

: 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

Kendi profil ID’nizi bulmak en kolay işlemdir. İşte adım adım üç farklı yöntem:

Until recently, graph.facebook.com/username would return a JSON object containing the numeric ID. Facebook has restricted most unauthenticated access, but legacy apps still have limited visibility.

Facebook, kullanıcı gizliliğini artırdıkça işlemi her geçen gün biraz daha zorlaşıyor. 2026 itibarıyla:

Developers use personal IDs to troubleshoot issues or personalize account experiences.

#FacebookHilesi #Bilgi #Teknoloji #SosyalMedya

3. Çevrimiçi (Online) Facebook ID Bulucu Araçları Kullanma

Alternatively, you can use a browser extension like Facebook ID Finder or use online tools like Facebook ID extractor.

<script> const facebookId = 'YOUR_FACEBOOK_ID_HERE'; fetch(`https://graph.facebook.com/v13.0/$facebookId?fields=id,name&access_token=YOUR_ACCESS_TOKEN_HERE`) .then(response => response.json()) .then(data => document.getElementById('facebook-id').innerText = data.id; ) .catch(error => console.error(error)); </script> </body> </html>

ID'sini bulmak istediğiniz Facebook profilini veya sayfasını masaüstü tarayıcınızda açın.

Komentari (3)

Laura06
Oron
Vlada21

Dodaj komentar

Držite se isključivo teme video sadržaja.
avatar