Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Commit

Permalink
updated readme with new updates example w/ images
Browse files Browse the repository at this point in the history
  • Loading branch information
zagraves committed Jun 4, 2010
1 parent f2f49b3 commit 13cc96f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.markdown
Expand Up @@ -152,7 +152,13 @@ See the bundled sample code in examples/yql/delicious.php.
$description = "A PHP 5 SDK for YQL"; $description = "A PHP 5 SDK for YQL";
$link = "http://github.com/yahoo/yos-social-php5"; $link = "http://github.com/yahoo/yos-social-php5";


$oauthapp->insertUpdate(null, $description, $title, $link, $suid); $image = array(
'url' => 'http://github.com/images/modules/header/logov3.png',
'width' => 100,
'height' => 45,
);

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


## Signing with SimpleAuth (OpenID + OAuth): ## Signing with SimpleAuth (OpenID + OAuth):


Expand Down

0 comments on commit 13cc96f

Please sign in to comment.