Closed ivoba closed 13 years ago
Since the default is to never expire with LinkedIn, which is returned through the API by 0, it needed an interpretation of this.
otherwise the isConnected method will never return true, because the expiration is time() + 0.
Thanks :)
Since the default is to never expire with LinkedIn, which is returned through the API by 0, it needed an interpretation of this.
otherwise the isConnected method will never return true, because the expiration is time() + 0.