资 源 简 介
Social-php
Social-php is a api based on Oauth for socialnetworks like Twitter, LinkedIn etc. Currently it"s in a very early phase but it"s starting to get useful ;-)
Usage
In order to use social-php you first need to install Oauth for PHP.
Installation instructions could be found on the PHP website: http://nl2.php.net/manual/en/oauth.setup.php
Example
session_start();
$twitter = new Twitter( $applicationName, $apiKey, $secretKey, $callback);
$twitter->statusUpdate("Hello world!");