jeroendesloovere / wunderlist-php-api

This Wunderlist PHP Class connects to the Wunderlist API and has all functions implemented to insert/update/delete lists, tasks, reminders, files, notes, ...
MIT License
17 stars 4 forks source link

Integrating Wunderlist v3 with Rest and OAUTH #4

Open jeroendesloovere opened 9 years ago

jeroendesloovere commented 9 years ago

Authentication with v1 and v2 have been deprecated. Thats why I'm integrating the latest v3.

Related:

To Do:

jeroendesloovere commented 9 years ago

Check out this branch for updates about this.

screenager commented 7 years ago

Looks like the development was abandoned a bit, but for those who want to dive in: I think calling constructor of the Wunderlist class with the $accessToken param doesn't have effect, as the setAccessToken method won't be reached.