LinkedIn Connections
Connect your LinkedIn accounts to enable automation
LinkedIn Official API
For Digital Dadi company page — official, safe, no ToS risk
✓ Post content to your Digital Dadi company page
✓ Fully compliant with LinkedIn Terms of Service
✓ Requires a LinkedIn Developer App (one-time setup)
Step 1 — Create LinkedIn Developer App
- Go to linkedin.com/developers/apps/new
- App name: Digital Dadi Growth OS
- Associate with: Digital Dadi company page
- Add products: Share on LinkedIn + Marketing Developer Platform
- Set redirect URL:
http://localhost:3000/api/auth/linkedin/callback
Step 2 — Add credentials to .env.local
LINKEDIN_CLIENT_ID=your-client-id LINKEDIN_CLIENT_SECRET=your-client-secret LINKEDIN_REDIRECT_URI=http://localhost:3000/api/auth/linkedin/callback
Restart the dev server after adding these.
Playwright Session (Personal Account)
For personal LinkedIn account — connections, DMs, comments, likes
✓ Full personal account automation
✓ Send connections, DMs, comments, likes
⚠ Uses browser automation — keep within daily rate limits
How to connect your personal account
Run this command in your terminal. A browser will open — log in to LinkedIn, and your session is saved automatically.
npm run linkedin:login
Connected Profiles
Loading...