How to store an authorization token?

I know, but I don’t want to bother the user with that.

(Since Credential can only be filled with user input I would have to put the token on the clipboard and ask the user to paste that in the Credential dialog)

That’s understood but, as has been said before, securing the token is also important.

Who is ‘the user’ in your scenario?

Currently: me, myself, and I :wink:

Fair enough :slight_smile:

I was asking because if you’re planning to have multiple users then you may be forced to have them input the token because they probably won’t all be using the same one.

In particular, the RTM API has a mechanism that allows your application to get a token linked to the RTM users account.

Dave