feat: instagram revoked access token

This commit is contained in:
Nevo David 2025-07-11 14:08:59 +07:00
parent fcf18fbb19
commit 55d6ff6b3f
1 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,8 @@ export class InstagramProvider
value: string;
}
| undefined {
if (body.indexOf('2207018') > -1 || body.indexOf('REVOKED_ACCESS_TOKEN')) {
if (body.indexOf('REVOKED_ACCESS_TOKEN')) {
return {
type: 'refresh-token' as const,
value: