Skip to content

Built for people who want to own their automations. Join the waitlist for an invite.

Package listing

@kody/meta

package.json

43 lines · 1.4 KB · JSON
{
	"name": "@kody/meta",
	"version": "1.0.0",
	"private": false,
	"description": "Call Facebook Pages, Instagram, and WhatsApp Cloud through saved Meta OAuth or a system user token.",
	"type": "module",
	"exports": {
		".": "./src/index.ts",
		"./accounts": "./src/accounts.ts",
		"./core": "./src/core.ts",
		"./instagram": "./src/instagram.ts",
		"./pages": "./src/pages.ts",
		"./request": "./src/request.ts",
		"./scopes": "./src/scopes.ts",
		"./smoke-test": "./src/smoke-test.ts",
		"./types": "./src/types.ts",
		"./whatsapp": "./src/whatsapp.ts"
	},
	"files": [
		"src",
		"README.md",
		"LICENSE",
		"community-icon.svg"
	],
	"kody": {
		"id": "meta",
		"name": "Meta",
		"description": "Call Facebook Pages, Instagram, and WhatsApp Cloud through saved Meta OAuth or a system user token.",
		"tags": [
			"meta",
			"facebook",
			"pages",
			"instagram",
			"whatsapp",
			"graph",
			"oauth",
			"system-user",
			"multi-account"
		],
		"searchText": "Meta Facebook Pages Instagram WhatsApp Cloud Graph API OAuth system user token pages_show_list pages_manage_posts instagram_basic instagram_content_publish whatsapp_business_messaging whatsapp_business_management business_management graph.facebook.com /connect/oauth metaSystemUserToken dryRun confirm 403 missing scope reconnect meta-work multi-account smokeTest publishPost sendWhatsAppMessage"
	},
	"license": "MIT"
}