Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add dataAccessExpirationTime property to ClassicToken #415

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

idish
Copy link

@idish idish commented Jun 21, 2024

Hi,
Please do not merge this until fixing the code setting the value of dataAccessExpirationTime in facebook_auth_desktop.
I tested the code only on mobile and couldn't properly test on desktop, so please do and change
dataAccessExpirationTime: DateTime.fromMicrosecondsSinceEpoch(0) to set the value properly.

dataAccessExpirationTime property is a major property that became unavailable after version 7.0.0. As this property encapsulates the time we can use our access token for data access, and not just for authentication (the current expires property, which effectively never expires anyway).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant