Antvei
#1
Hello, I would like to have the number of followers an account has to display that information on my site. Does someone have the template or the documentation related to that demand?
I searched on this forum, YouTube and Twitter’s documentation, but I didn’t find it.
I appreciate any help you can provide.
Antonin
You can get the follower count in the User object - so any endpoint that returns a user will do, like GET users/show | Docs | Twitter Developer Platform but you’ll need to make this call server side, cache the result and serve it to users yourself.
Alternatively, you don’t need any API calls, if you use shields.io
<a href="https://twitter.com/igorbrigadir"><img src="https://img.shields.io/twitter/follow/igorbrigadir.svg?style=social" alt="Twitter"></a>
will give you:

system
Closed
#3
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.