Socials module: Instagram and Threads API getters, setters, and webhook handlers.
import { getInstagramUser, sendInstagramMessage, setupInstagramWebhook } from "naystack/socials";import { getThreads, createThreadsPost, setupThreadsWebhook } from "naystack/socials"; Copy
import { getInstagramUser, sendInstagramMessage, setupInstagramWebhook } from "naystack/socials";import { getThreads, createThreadsPost, setupThreadsWebhook } from "naystack/socials";
Socials module: Instagram and Threads API getters, setters, and webhook handlers.
Example