› initializing interface
› mounting modules
● online
~/social
A live feed off the Instagram Graph API, plus the other services this site speaks to. Real integrations, not screenshots.
It’s crazy what you can do with API’s 🔥
how this works: the feed is pulled live from the Instagram Graph API, server-rendered and cached hourly. The long-lived OAuth token is stored server-side and auto-refreshes on a weekly cron, so it renews itself before it can expire, no manual token swaps, the feed just stays online. Same pattern wires up Spotify and LeetCode.