Hi, I would like to ask if any body knows about possibility from app to tweet to not current user timeline?
Use case scenario:
- User logs in to my website using twitter account (via OAuth).
- User creates some article
- User logs out.
- Admin logs in into my website (via webform authentication, not using twitter account).
- Admin approves article created in 2 step.
- My website tweets “Check out my new article…” on user timeline.
- Admin logs out.
Question: is this scenario possible? if so, are there any documentation how to implement it?
Thanks