I want to display the user's Twitter feed in the Flutter application. For that, I have created a Twitter developer's account and I am using twitter_api_v2 to get feed. But I am facing below error :
Authenticating with OAuth 2.0 Application-Only is forbidden for this endpoint.
Supported authentication types are [OAuth 1.0a User Context, OAuth 2.0 User Context]
I have also tried dart_twitter_api package. But didn't work. Twitter account: Currently I enrolled only for a free account. Can someone guide me, on how to resolve this error?
OR How can we get user's entire feed listing? Without passing tweetIDs