我可以在Java中访问Wunderlist ToDo列表吗?

时间:2015-04-03 09:13:36

标签: java rest oauth-2.0 wunderlist

我们需要实现一个客户端Java应用程序,它需要使用用户名和密码从Wunderlist中检索ToDos列表。

这里的主要问题是对Wunderlist的身份验证,无需最终用户的任何干预。 开发人员文档说,只有通过Web浏览器进行用户批准才能进行身份验证等。

此处http://www.madhur.co.in/blog/2014/05/02/decodewunderlistapi2.html的非正式API对我不起作用,即无法识别我的Wunderlist用户名和密码,并且始终返回404错误。

非常感谢任何示例或想法!

TIA。

2 个答案:

答案 0 :(得分:0)

前一段时间禁用了WL2 API:)

请发送电子邮件至api@wunderlist.com,我们将为您提供帮助。

干杯 汉内斯

(android dev @ 6wunderkinder.com)

答案 1 :(得分:0)

在developer.wunderlist.com上,您可以注册您的应用程序。然后,您将收到可用于进行身份验证的客户端ID和令牌:

Developers must register their application before getting started.
Registration assigns a unique client ID and client secret 
for your application’s use. 
After you have registered your application, you can let Wunderlist
users authorize access to their account information from 
your application by getting an access token.

此处有更多信息:https://developer.wunderlist.com/documentation/concepts/authorization