All data on this page is fetched from the Instagram Graph API using the instagram_basic scope on the connected user's own account.
ME
Marcio Eugenio
Business@marcioeugeniooficial
Founder. I write about Brazilian companies that broke the rules and won — and what we can steal from them. Speaker, investor, builder.
87,432 Followers
312 Following
728 Posts
marcio.foxor.app Website
Graph API call details (for reviewer reference)
GET /v22.0/{ig_user_id}?fields=id,username,name,biography,profile_picture_url,followers_count,follows_count,media_count,website
GET /v22.0/{ig_user_id}/media?fields=id,media_type,permalink,caption,thumbnail_url,timestamp&limit=12
Both calls are made server-to-server by the
instagram-collector backend using the long-lived user access token obtained during the initial OAuth flow.