TomDemeranville / orcid-java-client

ORCiD client library written in java. Lightwieght, easy to use, with the complete ORCiD message schema modelled as POJOs
Apache License 2.0
10 stars 8 forks source link

Long-lived permissions not implement ? #9

Open leobr29 opened 8 years ago

leobr29 commented 8 years ago

Hi,

Thanks for making this java client to connect to orcid rest api. It's very usefull.

But it seems that we can't enabling automatic updates (http://members.orcid.org/api/news/orcid-api-enabling-automatic-updates). Indeed, to create a token, we need authorization code and it's not necessary with the long-lived permissions.

Does I've missed something in the API implementation or I've right ?