Coder Social home page Coder Social logo

Comments (4)

spinegar avatar spinegar commented on July 21, 2024

The example used in the documentation below suggests 1 hour.

http://support.sugarcrm.com/02_Documentation/04_Sugar_Developer/Sugar_Developer_Guide_7.1/70_API/Web_Services/20_Examples/v10/PHP/oauth2%2F%2Ftoken_POST

from sugarcrm7-api-wrapper-class.

betobaz avatar betobaz commented on July 21, 2024

But then, Do I need a process in my app to refresh all tokens each hour and so on?

from sugarcrm7-api-wrapper-class.

xorti avatar xorti commented on July 21, 2024

@betobaz In the last days I had the same problem with the refresh token. One way to do it is, catch the exception and if the status code equals 401, connect again to refresh the token and retry the task one more time.

from sugarcrm7-api-wrapper-class.

betobaz avatar betobaz commented on July 21, 2024

@xorti Thanks, I didn't understand how works Sugar's Oauth. My problem was when my app made a request and I get the 401 exception. To prevent this behavior I did refresh the access token each time before to execute some method, so, I always overwrite the access token even though the access token was valid.

Now I execute the method, if I get the 401 exception I store the request, I refresh the access token and I make again the request. I understand that the refresh token has 14 days of validity and each refresh token, these 14 days will go extending.

from sugarcrm7-api-wrapper-class.

Related Issues (8)

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.