I am working on a web application where a user can post predefined Tweets/Content. I need to add the “via @websitename” to each tweet posted through this application. This is similar to what TweetDeck or HootSuite do.
I did come across https://dev.twitter.com/docs/intents but it appears I would have to change the implementation. Can I do it directly using the standard API, without using JS?
Thanks,
SB