Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix linkedin connection request #446

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Zuttam
Copy link

@Zuttam Zuttam commented Oct 23, 2024

  • Linkedin has changed the voyager endpoint for adding a connection. Adjusting api to support new endpoint

@Zuttam Zuttam force-pushed the fix-linkedin-connection-request branch from e64edee to a10a9e6 Compare October 23, 2024 12:22
@TheRealVincentVanGogh
Copy link

missing the connection request customMessage parameter in the payload:

{
  "invitee": {
    "inviteeUnion": {
      "memberProfile": profile_urn
    }
  },
  "customMessage": message
}

@TheRealVincentVanGogh
Copy link

and also it seems like the expected response code is 200 instead of 201 now.

@BirT356
Copy link

BirT356 commented Oct 28, 2024

I think using this endpoint also invalidates the session quite quickly, it seems no longer stable as the one before.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants