Comment 16 for bug 501020

Revision history for this message
Roman Yepishev (rye) wrote : Re: [Bug 501020] Re: Tomboy note sync and web-ui for notes are broken

No, this looks like a server issue.

Here's the URL that is used by my Tomboy to sync notes
https://one.ubuntu.com/notes/api/1.0/op/&oauth_consumer_key=anyone&...

And here's what roadSurfer has:
https://one.ubuntu.com/notes/api/1.0/user/&oauth_consumer_key=anyone&...

Look at the response in 404.log:

[DEBUG]: Made web request, got response: {"oauth_access_token_url":
"https://one.ubuntu.com/oauth/access/", "user-ref": {"href":
"https://one.ubuntu.com/notes/", "api-ref":
"https://one.ubuntu.com/notes/api/1.0/user/"}, "oauth_authorize_url":
"https://one.ubuntu.com/oauth/authorize/", "oauth_request_token_url":
"https://one.ubuntu.com/oauth/request/", "api-version": "1.0"}

api-ref url in my case it is not /user/ but /op/ and it works properly.