0

I have an application which can get user statuses using LinkedIn API according to documentation.

But I need to know: is it possible to ask LinkedIn to signal me when described users change his status ? I think it is too waste to make API queries each 10 minutes for each my user!

Umesh Awasthi
  • 23,407
  • 37
  • 132
  • 204
Epsiloncool
  • 1,435
  • 16
  • 39

1 Answers1

0

No, there is no 'push' capabilities with the LinkedIn API. You would have to do periodic checks to see if there were any recent updates.

Unpossible
  • 10,607
  • 22
  • 75
  • 113