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.


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

链接地址: http://www.djcxy.com/p/69918.html

上一篇: Node.js和TeamCity

下一篇: 在LinkedIn上发布数据时出错?