Hello everybody,
Can you explain me how to get number of followers on Website please ?
Thanks
You can find a user’s number of followers inside the user object in the API. See the followers_count value.
followers_count
Excuse me, but have you got any example for me ?
You’ll find an example payload in the documentation for the users/show endpoint.
users/show
I’m sorry but i can’t run it
What code are you trying to use to access the Twitter API? What programming language do you want to use?