2016-03-11 36 views
1

Helllo,而在LinkedIn評論後從Rails應用程序

我在哪裏Rails applicationauthenticate with LinkedIncomments post on linked工作LinkedIn認證錯誤。我得到了以下錯誤:

LinkedIn::Errors::AccessDeniedError in AccountsController#share_message_linkedin 

(403): Access to posting shares denied 

我驗證用戶,併成功登錄,並獲取用戶的LinkedIn圖像和其他的東西,但是當tried to comments post on behalf of user然後得到訪問的錯誤拒絕。

我在哪裏錯了或任何錯誤。任何人都有經驗或任何技巧來解決它。

在此先感謝。

回答

1

首先確保您在應用程序權限下選中了w_share。

Checked Correct Permissions

然後您就能夠發佈股份給用戶牆。我有代碼證明可以做什麼。

https://github.com/kaburkett/LinkedIn-Advanced-Share

演示:http://www.datopstech.com/linkedin-share-tool/

千萬記住LinkedIn上月2015年改變了幾個API端點可用性如果引用的舊信息,請記住這一點:

https://developer.linkedin.com/support/developer-program-transition

+0

感謝您的回答,其實在我的應用程序中,我擁有與您在此描述的完全相同的許可。但讓我檢查你的代碼。 – user1780370

+0

我嘗試了您的鏈接,以發佈已成功發佈但未在linkedin牆上展示的消息。當我可以在我的個人資料牆上看到發佈的內容時? – user1780370

+1

ohh現在我可以看到.. :)現在我必須執行它。我可不可以只分享消息意味着鏈接上的小文本不需要任何其他鏈接和內容鏈接。 – user1780370

相關問題