So i am upgrading our service to go to the new OAuth security measures. Using a single twitter account to send Direct Messages to users for an alert. I wrote up a quick app that retrieved the access token and secret using the Java library. But the kicker is that i need to send these messages via C++. and a Javascript file. (this is currently working using the old way of sending the message via user:password: URL encode.)
My question though is how do you send the direct message using the access token with C++ & Javascript. If you have any links/docs or general knowledge I would appreciate it. I am not looking for the answer on how to do everything. Just resources to put me on track on how to do this.
It almost appeared that i would need to send Access Token to Twitter, then the Message request. But can't find good enough documentation on this. and the Twitter Dev talk has not replied to me either.
Thank you guys in advance!