Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

Authorization

John Rivs edited this page Aug 11, 2015 · 1 revision

https://developer.wunderlist.com/documentation/endpoints/authorization

Method Description Arguments
authUrl The URL where the user will be redirected to in order to authorize your app string $state string $callbackUrl
getAuthToken Get the user's access token string $code

Note: I strongly suggest to read this in order to perform authorization. Examples can be found there.

Clone this wiki locally