Thursday, 22 August 2013

How do I use OAuth from an Ubuntu Touch app?

How do I use OAuth from an Ubuntu Touch app?

I'm writing an Ubuntu Touch application in QML. I'd like to integrate with
Trello. There are two ways to log into Trello in the API, one of which is
OAuth, which I plan on using. What is the best way to do this from QML?
I'd prefer not to use a C++ backend, but I am willing to do so if that is
the only way.

No comments:

Post a Comment