Facebook ID'nizi mi unuttunuz? 😵💫 Linki değiştirdiniz ve numerik numaranızı bulamıyor musunuz?
<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>
How to Find Your Facebook User ID and Username (SIMPLE Tutorial)
For researchers, it’s a lesson in platform archaeology. For privacy advocates, it’s a red flag. For the curious teenager typing “facebook id bulma” into YouTube, it’s a first step toward understanding how social media really works under the hood.