Hi all!
I’m starting to develop a web application that include sending tweets to the user’s timeline (if they allow it) with every comment they do on the webpage.
I’m searching for the way to send the tweet from the client-side (to minimize resources on server-side), but I didn´t see any way to send a tweet from JS code, except including a TweetBox.
Is there any method in the @Anywhere library that allow us to send the tweet?
Thanks for the help!