开发者

is it possible to share a message when offline with linkedin api

开发者 https://www.devze.com 2023-03-09 14:07 出处:网络
is it possible to store the id of a user who grants permission to accept the app and then posta \"share\" when the user completes an action but they are not logged into linkedin? i have done this with

is it possible to store the id of a user who grants permission to accept the app and then post a "share" when the user completes an action but they are not logged into linkedin? i have done this with facebook but currently struggling to get my head around the o开发者_运维问答auth/linked in libraries.


Yes, once the user has authorized your application, you can store the user's oauth tokens and use those to update LinkedIn via the API when a user trigers a share/update, etc.

The only trick is to cover yourself in the case that the user rejects your application's access rights; filter all responses from the LinkedIn API looking for an error indicating that the access token is no longer valid (you should be doing this filtering anyways for throttling issues).


LINKEDIN API has no proper documentation..as to how i can use it..sample code which is provided SKuS

0

精彩评论

暂无评论...
验证码 换一张
取 消