-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
I am getting one problem when I implement rest.get
var tokens = {
consumerKey: this.state.config.twitter.consumerKey,
consumerSecret: this.state.config.twitter.consumerSecret,
accessToken: this.state.config.twitter.oauth_token,
accessTokenSecret: this.state.config.twitter.oauth_verifier
};
const {rest, stream} = twitter(tokens);
rest.get("account/settings").then(() => {Alert.alert('done');}).catch(console.error);
I get this error :
Error: 89 Invalid or expired token.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels