BUG: posting image to LinkedIn does not work

edited October 2016 in Questions
There's a bug with LinkedIN. When I post a pictureUrl to LinkedIn I get the following error:

message: 'The provider did not accept the message, it is incomplete: The message must contain the node [text->body] and/or both nodes [link->caption] and [link->url]' } }

The json that I post is correct though, you can see both required parts are in the json, and it works fine for Facebook / Twitter
parts: { text: { body: 'Did you know?' }, link: { caption: "", url: 'https://socialchore.s3-eu-central-1.amazonaws.com/Fileboard---Chew-gum-to-charge-up-your-sales.png' }, picture: { url: 'https://socialchore.s3-eu-central-1.amazonaws.com/Fileboard---Chew-gum-to-charge-up-your-sales.png' }, uploads: [ { name: 'Fileboard---Chew-gum-to-charge-up-your-sales.png', data: base64String } ] }

(Note that I have to include uploads array because I'm both posting to Twitter (which only accepts uploads, not picture url), Facebook and LinkedIn).

Best Answer

  • Claude_SchlesserClaude_SchlesserAdministratorOneAll Team
    Answer ✓
    Hello,

    link->caption is empty, this is why you are getting the error message.
    Could you try to give it some value?

Answers

Welcome!

Please sign in to your OneAll account to ask a new question or to contribute to the discussions.

Please click on the link below to connect to the forum with your OneAll account.