Skip to content

znmn/xauth-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter X-Auth Login

A Node.js simple Tool for login to twitter account with X-auth Client Method to get "oauth_token" and "oauth_token_secret"

Installation

npm install xauth-login

Quick Example

const Twitter = require("xauth-login");

Twitter.xauthLogin({
	appKey: "CONSUMER_KEY",
	appSecret: "CONSUMER_SECRET",
	username: "twitter_username",
	password: "twitter_password",
}).then((res) => console.log(res));

My Social Media

☑ INSTAGRAM	: https://instagram.com/xznmnx
☑ FACEBOOK	: https://www.facebook.com/mr.znmn
☑ Github	: https://www.github.com/znmn

About

A Node.js simple Tool for login to twitter account with X-auth Client Method

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published