Use passportjs authenticated tokens to send a tweet?

125 views Asked by At

I'm using passportjs to authenticate users. Now I want to be able to send a tweet (or post on the user's facebook feed) with their permission and on their behalf. Can this be done?

Can I use a package like twitter or any other package?

From passportjs, I have clientIDs, clientSecret keys, and I assume I get back authenticated access tokens of some sort. Can these be passed to some other package to send tweets?

0

There are 0 answers