Tag: twitter
-
Jan Schneider: Automatic twitter messages with Horde_Service_Twitter and two lines of code
Jan Schneider just posted a damn cool use case for the Horde_Service_Twitter library. Using this library, just a few lines of php code are enough to send messages to your twitter stream like this: #!/usr/bin/env php <!–?php /* Keys – these are obtained when registering for the service */ $keys = array( ‘consumer_key’ => ”,…