I want to create something that displays a user’s social media analytics such as followers and other statistics, how ould this work in bubble?
This would work through APIs, mainly the ones provided by the social media platforms themselves. From what platform would you want to get this information? Every platform is different, and they have different approaches to safeguarding people’s privacy. Read their documentation.
In general, fetching the user’s own data is possible, fetching generic data from other users is possible, and fetching other people’s sensitive data is not possible.
For example check out meta’s documentation on their APIs;
2 Likes
I want to get analytics for instagram and tiktok
This topic was automatically closed after 70 days. New replies are no longer allowed.