2010/4/17 Dave Engberg <[email protected]>

>
> Evernote uses Thrift as the transport for all external (client-service)
> communications.  We do an in-bound "authenticationToken" parameter for all
> relevant API calls:
> http://www.evernote.com/about/developer/api/ref/
> The auth token is received either via a username + password:
>
> http://www.evernote.com/about/developer/api/ref/UserStore.html#Fn_UserStore_authenticate
> Or via OAuth for web services.
>
>
hmm, I see.  I kinda suspected as much.

It would have been nice to be able to tuck away the authentication in the
lower layers and not be forced to clutter up every API with the
authentication stuff.  thanks for posting the links to your API docs though.
 I will study them with interest :-).


-Bjørn

Reply via email to