Looking to understand the easiest/most reliable way to get a user’s social media following stats. Ideally they would enter their @name or url, and we could grab their number of followers on FB Page, Instagram, YoutTube, ect.
Anyone know the best way to accomplish this? Is this a simple api that’s available publicly or do we need to take them through some type of OATH flow?
Thanks for the reply. So your saying if I have the users @name or url, I should just be able to use a GET request to the providers api to get that info, no OATH Flow for the user… is that correct?