[object Object]

← back to Linkedin Agent

auto-save: 2026-07-16T17:13:50 (1 files) — src/lib/linkedin.ts

65ef9ed1cb2d5a27f75ba209176fce36fad20542 · 2026-07-16 17:13:54 -0700 · Steve Abrams

Files touched

Diff

commit 65ef9ed1cb2d5a27f75ba209176fce36fad20542
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Thu Jul 16 17:13:54 2026 -0700

    auto-save: 2026-07-16T17:13:50 (1 files) — src/lib/linkedin.ts
---
 src/lib/linkedin.ts | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/lib/linkedin.ts b/src/lib/linkedin.ts
index 32f5563..3e88b10 100644
--- a/src/lib/linkedin.ts
+++ b/src/lib/linkedin.ts
@@ -78,7 +78,9 @@ const SCOPES = [
   'openid',
   'profile',
   'email',
-  'w_member_social',
+  // w_member_social dropped 2026-07-16 — needs the "Share on LinkedIn" product the
+  // app lacks (invalid_scope_error). Connect with sign-in scopes now (token + author
+  // URN = connected); re-add w_member_social once the Share product is approved.
 ].join(' ');
 
 export function authorizeUrl(state: string): string {

← f999813 chore: macstudio3 migration — reconcile from mac2 + repoint  ·  back to Linkedin Agent  ·  (newest)