chok / sfMelodyPlugin

Allow to communicate with many services(google, yahoo...) throw OAuth
MIT License
45 stars 21 forks source link

fix unlimited expiration for linkedIn #31

Closed ivoba closed 13 years ago

ivoba commented 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.

chok commented 13 years ago

Thanks :)