Archives for Twitter
Improving the twitter client to read message status from clipboard (coping with Optional Parameters)
We're going to improve our twitter command line program by adding support for message from clipboard: if the user just type tweet without specifying any message as parameter, the message will be read from the clipboard. So we could just type "tweet" and the message would be sent straight away ...more»
How to call Rebtweeter CGI from C#/ASP.NET through HttpWebRequest
We just added to the Winform of previous tutorial a "Request Remote Server" checkbox option (see picture below) which is our Rebtweeter WebService (made in Rebol in our case).as for code we just put in the OK Button Event Handler (Full Visual Studio Project here) this short snippet:...more»
How to call Rebtweeter from C# Client (through Command Line Arguments)
Microsoft has made a great job with Visual Studio IDE for building Windows Applications and they even generously ;) offer Visual Studio Express Editions. So you may like to use Winform instead of Rebol's VID or you just don't want to re-develop everything and want to integrate a Rebol's library ...more»
Tags: Command Line, Shell
Rebol CGI Form for the Rebtweeter Client Project (part II)
Previous time, we just tackled cgi form with an html mockup screen and a cgi skeleton for our Rebtweeter Client Project. This time, we will have a fully functional prototype (it's far from being the first release yet as per Project Vision Draft, just a demonstration of the core functionality) ...more»
Rebtweeter - next Generation Twitter Client: first Project Vision Draft
As I've announced the RebTweeter Project yesterday, I will now give the first Project Vision Draft below:Will be a client/server application
The server can be local or remote
The client can be desktop or web in any platform/language (not limited to PHP, Java, C#,...)
For local access, non-rebol client will have to download ...more»
Rebtweeter: the next generation Twitter Client
Why "Yet another Twitter Client ?" I've not been very satisfied with all the twitter clients I have encountered. I have multiple twitter accounts, I use some for very special purposes like bookmarking my links, for example, I could write in Rebtweeter:link rebtwitter-the-next-generation-twitter-clientAnd it will automatically retrieve the title of ...more»
[Hot] How to tweet from Rebol in One line (using Twitter API)!
Can't believe it? Launch Rebol's Console, and copy and paste this:do http://reboltutorial.com/source/rebol-twitter.rYou can now tweet in one line by typing:tweet "Hello World!"Nevertheless do not forget the quote (you can also write a multiple-lines message using braces {}).The first time it will ask your login and password:The second and next time, ...more»
How to use Twitter Search API (Rebol Rest/Json Web Services)
Twitter Search API can return JSON format (as well as the rest of Twitter API). Happily Parsing JSON is very easy in REBOL thanks to Romano Paolo Tenca who wrote this json library during a coffee break according to the legendary story :). Nevertheless, Douglas Crockford, the creator of Json, ...more»
Tags: Automation, json, Twitter, Web Services



![[Hot] How to tweet from Rebol in One line (using Twitter API)!](http://reboltutorial.com/files/2009/08/rebol-twitter.jpg )



No Comment
Tags: clipboard, Command Line, optional, parameter, Twitter, unset, value?