I'm extending client-side access tokens as documented here: https://developers.facebook.com/roadmap/offline-access-removal/#extend_token
But I've noticed that very frequently the request returns the short lived access token instead of extending it. Across all of our users, this appears to be the case ~70% of the time after enabling the migration.
Is there something that we can do to fix it? Why might this be failing so frequently?
Thanks!