Giter Site home page Giter Site logo

Comments (5)

hajekj avatar hajekj commented on May 29, 2024

Hello, the issue with access token refresh is fixed in: https://github.com/TheNetworg/oauth2-azure/tree/dev_16 - I still have to run some scenarios, in order to push it as next release, I suggest you try that version (should be available through Composer as "dev_16").

As for the resource - I see the issue there. What would be a viable solution for you? Adding for example $provider->authWithResource = true/false;?

from oauth2-azure.

Lampone avatar Lampone commented on May 29, 2024

Oh i didnt see it was already fixed^^

For the resource problem: Your suggestion would probably fix it. But I also tried to implement the sync functionality (https://msdn.microsoft.com/office/office365/api/task-rest-operations#Synchronizetasksortaskfolders) and for that to work you cant filter the response $response['value'] like it is currently.

Wouldn't it be better to create new Classes for the different API's and extract the differences of the API that way. May be they could inherit from Azure Class?

Note of warning: I have just looked at outlook.office.com api, so I dont know much about the others or about the oAuth library in general.

PS: Thx for the quick response, much appreciated.

from oauth2-azure.

hajekj avatar hajekj commented on May 29, 2024

Are you using plain $provider->get(..) method for getting the contents?

UPDATE: And just FYI, the dev_16 branch got merged into master.

Also currently working on v2.0.0 which improves quite a lot of things and simplifies many processes (it might take a while to get it ready for shipping tho).

from oauth2-azure.

Lampone avatar Lampone commented on May 29, 2024

Yes I am.

Thx for the update

from oauth2-azure.

hajekj avatar hajekj commented on May 29, 2024

Oh, that explains - you will be better off with using $provider->getObjects - it fetches all the data by following the links automatically. Additionally, you can take a look at $provider->request method and create your own - it is currently implemented as private method, or use $provider->getAuthenticatedRequest() (you can find the implementation in the request method as well).

from oauth2-azure.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.