Christian Weiske
Christian Weiske
@rashoodkhan: grauphel implements the Tomboy REST API that Rainy implements, too - so it should work.
@rashoodkhan - I can provide a test account on my server if you want.
@qirtaiba: Does Tomboy on Linux work with your server? If not it could have to do with the `owncloud/` subdirectory. I did not test that yet.
Yes, I use a certificate from cacert.org, whose root certificate is not included in most browsers/operating systems. You can try it without SSL at http://nossl-wolke.cweiske.de/
@qirtaiba - try adding a slash at the end of the sync url.
> "GET /owncloud/index.php/apps/grauphel/api/1.0/ HTTP/1.1" 200 356 "-" "-"` This means that tomboy.osx finally fetched the correct first file, which it did not before. > "POST /owncloud/index.php/apps/grauphel/oauth/request_token HTTP/1.1" 401 347 "-"...
I need the full content (body) of the 401 response :/
Ok, that's the same problem that @rashoodkhan commented on Oct 3.
Since grauphel works fine with Tomboy, Tomdroid and Conboy, I suppose it's a problem with tomboy.osx or the library.
@qirtaiba or @rashoodkhan: Could you please also paste the `Authorization` header that is sent with the POST request? Since PLAINTEXT is used, the `oauth_signature` in the authorization header should only...