Closed samir-concetto closed 2 years ago
https://api.twitter.com/oauth/request_token is valid.
docs: https://developer.twitter.com/ja/docs/authentication/api-reference/request_token code: https://github.com/0maru/twitter_login/blob/master/lib/schemes/request_token.dart#L39:L67
Please check your api key and api secret key.
I have the same issue. My api key & secret are good because they've been used in another lib before.
AuthResult
, RequestToken
fields on twitter_login.dart
are for example not recognisable by AS. Almost as if they're missing imports.
@samir-concetto @joao10martins I was able to log in with v4.2.2. You might try both login() and loginV2() method to get it to work. If it doesn't work, please run the example project of this plugin and let me know the result.
It worked for me after I MANUALLY imported auth_result.dart
& request_token.dart
into the twitter_login
class
It worked for me after I MANUALLY imported
auth_result.dart
&request_token.dart
into thetwitter_login
class
thanks it's working fine now
the url :- https://api.twitter.com/oauth/request_token is forbidden or not found in this plugin