Tweet on behalf of user

a token/secret is needed to tweet for a user
is that info available
or is another package needed to do oath and obtain the token/secret ?
when the login is done that token/secret could be saved
i dont see it in the meteor.user()

accces_token and access_token_secret are provided by the twitter login
yet sending a tweet with them fails ?

@spowage you can use the accounts-twitter and the twit npm package for this. The accounts-twitter would be for the user authentication and the twit npm package would be for posting tweets.

i’ll try that https://github.com/ttezel/twit. thx !
https://temboo.com/library/Library/Twitter/
has worked , though as a service.

1 Like

yes that works , amazing as other “twitter” packages failed

1 Like