Services_Delicious
[ class tree: Services_Delicious ] [ index: Services_Delicious ] [ all elements ]

Source for file getPosts.php

Documentation is available at getPosts.php

  1. <?php
  2. require_once 'config.php';
  3. require_once 'Services/Delicious.php';
  4.  
  5. $dlc &new Services_Delicious($username$password);
  6.  
  7. $posts $dlc->getPosts('pear');
  8. echo '<pre>';
  9. print_r($posts);
  10. echo '</pre>';
  11.  
  12. $posts $dlc->getRecentPosts();
  13. echo '<pre>';
  14. print_r($posts);
  15. echo '</pre>';
  16. ?>

Documentation generated on Mon, 11 Mar 2019 15:39:47 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.