Facebook.class.php 988 B

1234567891011121314151617181920212223242526272829
  1. <?php
  2. /**
  3. * A class for seemless integration with Facebook.
  4. * A good idea that needs to be fleshed out.
  5. *
  6. * @todo build the class
  7. *
  8. * @author Ironpilot
  9. * @copyright Copywrite (c) 2011, STAPLE CODE
  10. *
  11. * This file is part of the STAPLE Framework.
  12. *
  13. * The STAPLE Framework is free software: you can redistribute it and/or modify
  14. * it under the terms of the GNU Lesser General Public License as published by the
  15. * Free Software Foundation, either version 3 of the License, or (at your option)
  16. * any later version.
  17. *
  18. * The STAPLE Framework is distributed in the hope that it will be useful,
  19. * but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  20. * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
  21. * more details.
  22. *
  23. * You should have received a copy of the GNU Lesser General Public License
  24. * along with the STAPLE Framework. If not, see <http://www.gnu.org/licenses/>.
  25. */
  26. class Staple_Facebook
  27. {
  28. }