hello,
i’m creating Rails app that will allow my Twitter Application (from my Twitter account) to post to the user’s timeline. currently i have these setup app in my web app:
consumer_key
consumer_secret
access_token
access_token_secret
currently, when a user logs in to my web app, creates some tweets and posts them. the posts go to my twitter account. after the authorization callback, my web app is able to set the secret and token return from the callback to the users account. what keys and tokens do i need to set to make my web app post to ANOTHER user’s account after authorization?
I am using this gem that returns some hash values from twitter: https://github.com/arunagw/omniauth-twitter#authentication-hash