Twitter Extension for the Prometheus WDE
This extension is a fully functional Twitter extension for the Promtheus Website Delivery Engine. Adding Twitter functionality to your Prometheus modules or back end scripts has never been easier. With a few lines of code and some account configuration you can have Twitter access in no time!
Here is some example code in Delphi:
var
twitter: TInterface;
begin
if WDE.Interfaces.Loaded('twitter') then
begin
twitter := WDE.Interfaces.Get('twitter');
twitter.Request.AsString['status'] := 'Testing 1... 2... 3...';
if twitter.Run('statusUpdate') then
Module.Response.Content := 'Message Sent!';
end;
end;
Back to home.
Powered by Prometheus 1.0.0.0, Copyright © 1997..2017, Creative Design Interactive. All rights reserved.