Skip to content

Twit: Twitter API Client by ttezel - Meteorite package

Notifications You must be signed in to change notification settings

evolross/meteor-twit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Twit by ttezel

Node.js Twitter API client.

Repackaged for Meteorite.

Create new Twit

If authenticating with user-context, place this on the server side

Twit = new TwitMaker({
    consumer_key:         '...'
  , consumer_secret:      '...'
  , access_token:         '...'
  , access_token_secret:  '...'
});

If authenticating with application-only context, place this on the server side

Twit = new TwitMaker({
    consumer_key:         '...'
  , consumer_secret:      '...'
  , app_only_auth:        true
});

Usage

See original repo.

About

Twit: Twitter API Client by ttezel - Meteorite package

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 100.0%