Weebly / weebly-client-php

A php client for using the Weebly Platform API
Other
9 stars 4 forks source link

getAccessToken() not returning callback_url #22

Open pretty opened 6 years ago

pretty commented 6 years ago

We need to modify the getAccessToken() in the library to get the callback_url to redirect the user to which isn't ideal as it means we aren't in sync with the package.

Would be nice if there was another method to just return the response and then we can do what we want with it, including extracting the access_token.