Giter Site home page Giter Site logo

"expires_at" bug? about facebookquerybuilder HOT 6 OPEN

sammyk avatar sammyk commented on May 29, 2024
"expires_at" bug?

from facebookquerybuilder.

Comments (6)

natenrb9 avatar natenrb9 commented on May 29, 2024

Oh, as to the date formatting, looks like the problem is facebook returns the 'expires' as a total seconds timestamp, and the function being used accepts UNIX timestamps, and it doesn't look like it is being correctly converted over.

from facebookquerybuilder.

jdsingh avatar jdsingh commented on May 29, 2024

Did you find any solution ?

What is the response you get when you call $token->getInfo()

For me $data variable only contains access_token in it.

from facebookquerybuilder.

jdsingh avatar jdsingh commented on May 29, 2024

Yes it looks like a bug.

from facebookquerybuilder.

SammyK avatar SammyK commented on May 29, 2024

You're right this is an issue that should be addressed. I fixed it in the official PHP SDK but forgot to back port it to FQB.

The thing is that depending on the way you obtain the access token, sometimes it will return expires and other times is returns expires_at. So both cases need to be accounted for. You can see the fix from the PHP SDK.

from facebookquerybuilder.

SammyK avatar SammyK commented on May 29, 2024

PS: Thanks for pointing out the issue @natenrb9! :)

from facebookquerybuilder.

phazei avatar phazei commented on May 29, 2024

In the response I'm getting from extend()
$response = FQB::getConnection()->send('/oauth/access_token', 'GET', $params, $app_request = true);

It is returning "expires_in" which is 5184000 - 60 days

from facebookquerybuilder.

Related Issues (18)

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.