twitter-dart / twitter-api-v2

The most famous and powerful Dart/Flutter library for Twitter API v2.0 🐦
https://pub.dev/packages/twitter_api_v2
BSD 3-Clause "New" or "Revised" License
167 stars 45 forks source link

The user obtained by logging into another account on Twitter, lookupMe(), is not the latest #667

Open wanghuasheng opened 1 year ago

wanghuasheng commented 1 year ago

The user obtained by logging into another account on Twitter, lookupMe(), is not the latest

me = await twitter.users.lookupMe();

github-actions[bot] commented 1 year ago

Thanks for your contribution! :)

myConsciousness commented 1 year ago

If a different user could be retrieved, it is either an incorrect token or a bug in Twitter's API server.