UNPKG

twitter-ng

Version:

Asynchronous Twitter REST/stream/search client API for node.js.

13 lines (12 loc) 521 B
module.exports = { urls : { request_token_url: 'https://api.twitter.com/oauth/request_token', access_token_url: 'https://api.twitter.com/oauth/access_token', authenticate_url: 'https://api.twitter.com/oauth/authenticate', authorize_url: 'https://api.twitter.com/oauth/authorize', rest_base: 'https://api.twitter.com/1.1', stream_base: 'https://stream.twitter.com/1.1', user_stream_base: 'https://userstream.twitter.com/1.1', site_stream_base: 'https://sitestream.twitter.com/1.1' } };