Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error while Posting Data on linkedin?

I want to post data on linkedin for that i'm using share kit,

i was creating new application and i'm using those api key and secrete key in my application but when i click on login then it works fine button when i click on post button i'm getting error like below .

<error>
  <status>403</status>
  <timestamp>1362741300174</timestamp>
  <request-id>QK7HOT1CT3</request-id>
  <error-code>0</error-code>
  <message>Access to posting shares denied</message>
</error>

i don't know where i went wrong help me regarding this one ,thanks in advance.

like image 419
Balu Avatar asked Mar 08 '13 11:03

Balu


People also ask

Why are post not uploading on LinkedIn?

Most of the time, the problem with uploading posts on LinkedIn is caused by a slow internet connection or a problem within LinkedIn's servers.

Why can't I upload a PDF to LinkedIn?

Make sure your document is formatted as one of the following: PPT, PPTS, DOC, DOCX, and PDF. Make sure that the document's file size is 100 MB or less. Make sure that the document is 300 pages or less. Make sure your document has a title.

Does editing a LinkedIn Post affect the algorithm?

Edits you make to an article won't affect its stats. If you edit an article you've already published, the analytics from before your edit will also be included.

Why can't I post a video on LinkedIn?

Why is my video failing to process after I upload it? Please check that your video is one of the supported types of video files. For example, if your file type is ProRes, you may be able to upload it, but it will not be able to process.


1 Answers

You have to request rw_nus permissions to your application to post a share.. check http://developer.linkedin.com/documents/share-api

UPDATE

The permission is w_share, check: https://developer.linkedin.com/docs/share-on-linkedin, section: Permissions and Limits

like image 63
pradyumnad Avatar answered Sep 28 '22 00:09

pradyumnad