flutter_facebook_login icon indicating copy to clipboard operation
flutter_facebook_login copied to clipboard

Provide the ability to refresh access token

Open anderscheow opened this issue 5 years ago • 4 comments

The token may expired, the native SDK provide the ability to refresh token. Please expose the method.

anderscheow avatar Jan 15 '19 10:01 anderscheow

Is there some progress related to this?

hkakutalua avatar May 07 '19 19:05 hkakutalua

@anderscheow @Henry-Keys As this plugin depends on FB Login SDK, token is refreshed once per day. I think we can regarded it as time-unlimited token.

hairen avatar Jun 12 '19 11:06 hairen

@hairen Have you actually seen the token provided by flutter_facebook_login to extend?

The documentation is misleading. If I understand correctly, the native SDK doesn't actually automatically refresh the token.

cubuspl42 avatar Aug 18 '20 15:08 cubuspl42