Please Log in or Create an account to join the conversation.
You can't, it's not designed to do that. You'd hit API limits within days or hours doing this if you have an active site as it'd have to check their LinkedIn profile on every login.how do we get CB to resync with LinkedIn (automagically once a month)?
Anything is possible, but you'll have to program it your self as it has no such feature. This could easily be abused to result in your hitting API limits. All the social sites limit how many times per hour, day, etc.. API can be called. If you allow users to click a button to re-sync you'll hit that limit from a single user abusing it for example.Is there a way to make a button so the user can "re-register" when they see something change?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
You'd have to implement such a feature then as it doesn't have one.an individual user could only request a manual update once per week; and/or
Then you'd once a quarter guarantee to hit API limits. Do this enough and they'll lock your application, indefinitely.the whole site would automatically update once a quarter (in chunks spread-out somewhat evenly)
LinkedIn API limits are pretty generous, but that still is open for abuse depending on the usage. You can find their limits at the below link.does my throttle/limits concept seem plausible or am I grossly underestimating the API usage?
Please Log in or Create an account to join the conversation.