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

Fatal error: Call to undefined method Wunderlist::authorize() #6

Open cosecantt opened 9 years ago

cosecantt commented 9 years ago

Hi there. I have got this error while accessing $app->authorize(); Fatal error: Call to undefined method Wunderlist::authorize() Am I missing something?

jeroendesloovere commented 9 years ago

Hi @cosecantt, which version of my wunderlist php api are you using?

The current Wunderlist master branch can't connect to Wunderlist because the API version is deprecated. I'm creating a new branch for the latest Wunderlist API version. But this is not yet finished.

cosecantt commented 9 years ago

I was using the latest version which uses the secret key for authorization. On Apr 16, 2015 4:01 PM, "Jeroen Desloovere" notifications@github.com wrote:

Hi @cosecantt https://github.com/cosecantt, which version of my wunderlist php api are you using?

The current Wunderlist master branch can't connect to Wunderlist because the API version is deprecated. I'm creating a new branch https://github.com/jeroendesloovere/wunderlist-php-api/tree/latest-api for the latest Wunderlist API version. But this is not yet finished.

— Reply to this email directly or view it on GitHub https://github.com/jeroendesloovere/wunderlist-php-api/issues/6#issuecomment-93660514 .

jeroendesloovere commented 9 years ago

Hi @cosecantt I'm sorry, that code is still a work in progress and can't yet be used like it should.

jeroendesloovere commented 9 years ago

Feel free to help me finishing it by using Pull Requests to update the code.

2Fwebd commented 9 years ago

Same here, thank you for the next update because that's a really cool project here ! Good job! ;) 2F