Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zagraves committed May 26, 2010
1 parent b045420 commit 027f49d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.markdown
Expand Up @@ -147,6 +147,15 @@ See the bundled sample code in examples/yql/delicious.php.

var_dump($profile);

## Inserting Updates

$oauthapp = new YahooOAuthApplication($CONSUMER_KEY, $CONSUMER_SECRET, $APPLICATION_ID, $CALLBACK_URL);

$title = "cloned the yos-social-php5 SDK on Github";
$description = "PHP 5 SDK for YQL";
$link = "http://github.com/yahoo/yos-social-php5";

$oauthapp->insertUpdate(null, $description, $title, $link, $suid);

## Signing with SimpleAuth (OpenID + OAuth):

Expand Down

0 comments on commit 027f49d

Please sign in to comment.