And we also did an Online Accounts workshop last week during UOS. You can consult the slides for reference here:
https://docs.google.com/a/canonical.com/presentation/d/1_BnaAASynFES-kwHoiIh2e9V2nBpYak5h_vmLfAbSIA/edit#slide=id.g1877ebb12_6_0 It covers Apps & Scopes, as well as account providers. Please keep mpt's remark in mind before you consider adding a new account provider to the system. David On Tue, Nov 11, 2014 at 7:15 PM, David Planella <david.plane...@ubuntu.com> wrote: > Hi Daniel, > > As you've been working on this lately, you might find the new Online > Accounts developer guide: > > http://developer.ubuntu.com/apps/platform/guides/online-accounts-developer-guide/ > > Or if you've mostly figured it all out, you might have some feedback of > things that are missing in the guide. > > Cheers, > David. > > On Tue, Nov 11, 2014 at 6:51 PM, Daniel Holm <d.hol...@gmail.com> wrote: > >> Awesome! Thanks! >> >> Is it possible to somehow show that host URL on the accounts page? >> >> Also, the debug info is shown in a terminal on the desktop as well - if >> you then run system-settings. >> >> Cheers, >> Daniel >> >> tis 2014-11-11 klockan 16:00 +0100 skrev Alberto Mardegan < >> alberto.marde...@canonical.com>: >> >> On 11/11/2014 12:53 PM, Daniel Holm wrote: >> >> OK, so I found the issue: I thought that I could just add another value >> to Credentials{}, but that was not true. It only holds username and secret. >> Where can I store the URL? >> >> The Credentials object is really just for user credentials. Other >> settings can be stored into the account: >> http://developer.ubuntu.com/api/qml/sdk-14.10/Ubuntu.OnlineAccounts.AccountService/#updateSettings-method >> Something like this could work: >> globalAccountSettings.updateServiceEnabled(true) + >> globalAccountSettings.updateSettings({ + "host": urlField.text + }) Ciao, >> Alberto >> -- >> Mailing list: https://launchpad.net/~ubuntu-phone Post to : >> ubuntu-phone@lists.launchpad.net Unsubscribe : >> https://launchpad.net/~ubuntu-phone More help : >> https://help.launchpad.net/ListHelp >> >> >> -- >> Mailing list: https://launchpad.net/~ubuntu-phone >> Post to : ubuntu-phone@lists.launchpad.net >> Unsubscribe : https://launchpad.net/~ubuntu-phone >> More help : https://help.launchpad.net/ListHelp >> >> > > -- > Mailing list: https://launchpad.net/~ubuntu-phone > Post to : ubuntu-phone@lists.launchpad.net > Unsubscribe : https://launchpad.net/~ubuntu-phone > More help : https://help.launchpad.net/ListHelp > >
-- Mailing list: https://launchpad.net/~ubuntu-phone Post to : ubuntu-phone@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-phone More help : https://help.launchpad.net/ListHelp