xdevplatform / twitter-api-typescript-sdk

A TypeScript SDK for the Twitter API

Home Page:https://developer.twitter.com/en/docs/twitter-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where is GET account/verify_credentials?

sdan opened this issue · comments

Where is GET account/verify_credentials?

The docs outline a way to verify if an access token for instance is valid with account/verify_credentials. Is that implemented here? https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-reference/get-account-verify_credentials

I am trying to do something similar to PR #42 but need to pull the users refresh tokens in order to get new access tokens.