Twitter

This program allows you to send Twitter status updates (Tweets) from PowerBuilder. The included hmac.dll is used for HMAC-SHA1 encryption. In the Send button clicked event, you have to set the ConsumerKey, ConsumerSecret, AccessToken, and AccessToken Secret. These values are created on the Twitter website here: apps.twitter.com.


Win API Functions used:

CryptBinaryToString
GetLastError
FormatMessage

——— Last updated 12/8/2016 ———