reneraab / node-twitter-api

Simple module for using Twitter's API in node.js
MIT License
137 stars 52 forks source link

Read/Write ? #46

Closed visgotti closed 7 years ago

visgotti commented 7 years ago

How do I set up the application for read AND write permissions? In my dashboard I already have my app set to read and write but when a user asks for permission its only asking for read.

I've tried changing my API initializing as well but it's not working.

const twitter = new twitterAPI({
    consumerKey: 'y7zrtwertwretPZjguuz7P',
    consumerSecret: 'DGjjetyytejwrtT',
    callback: "http://localhost:8080/api/authenticate",
    x_auth_access_type: 'read and write'
});
visgotti commented 7 years ago

Had to just add a link to the privacy policy lol >.>