I'm building a server-side integration and the refresh_token endpoint returns a 401 after 24 hours. Has anyone encountered this with the new auth flow? My client_secret rotation might be interfering.
Developer Questions
Using crypto.createHmac('sha256', secret) but the computed signature doesn't match the x-ch-connecthub-signature header. I've verified the raw body matches exactly. Any middleware tips?
I need to migrate 10k+ images to ConnectHub albums. The current approach uses sequential PUT requests and hits the 60 req/min limit. Should I use the batch endpoint or implement exponential backoff?
The socket disconnects properly but /v2/presence still shows 'online' for ~15 seconds. Is this a known iOS background task limitation or should I implement manual heartbeat pings?
Trying to get a 2nd degree network but the default cursor pagination makes it incredibly slow. Can I use the new batch_graph endpoint or should I switch to the streaming API for this use case?
Our automated pipeline flags 30% of AI-generated artwork as 'sensitive_content'. The moderation endpoint returns risk_score: 0.87. How do we fine-tune the classification or request manual review via API?