Home » Web Services » Services_Facebook
PHP interface to Facebook's API
This package is unmaintained.
Download latest release 0.2.14 (archived versions might be outdated)
License: New BSD License
Description
An interface for accessing Facebook's web services API at http://api.facebook.com
Maintainers
- Jeff Hodsdon (jeffhodsdon) — lead, active
- Joe Stump (jstump) — lead, active
- Travis Swicegood (tswicegood) — developer, active
Dependencies
Required
- PHP (>= 5.2.0)
- PEAR Installer (>= 1.4.0)
- Validate (>= 0.0.2)
Releases
- 0.2.14 (alpha, 2010-04-01)
Release notes
License: New BSD License
* Fixed curl option to be 0 rather than false
- 0.2.13 (alpha, 2010-03-31)
Release notes
License: New BSD License
* Added useDnsCache option to curl requests
- 0.2.12 (alpha, 2010-03-31)
Release notes
License: New BSD License
*Corrected typo with Validate dependency Refs #17212
- 0.2.11 (alpha, 2010-03-10)
Release notes
License: New BSD License
* Added Validate to the package.xml Fixes #16426
* Added simple implemenation of Stream api from janmatousek - 0.2.10 (alpha, 2010-03-10)
Release notes
License: New BSD License
* Fixed the casting of IDs to integers. Fixes #17186
- 0.2.9 (alpha, 2009-12-04)
Release notes
License: New BSD License
* Added support for using session secrects
- 0.2.8 (alpha, 2009-06-05)
- 0.2.7 (alpha, 2009-05-27)
Release notes
License: New BSD License
* Added more missing require_once includes
- 0.2.6 (alpha, 2009-05-16)
Release notes
License: New BSD License
* Added missing require_once in Services_Facebook_Connect for Services_Facebook_Common.
- 0.2.5 (alpha, 2009-02-18)
Release notes
License: New BSD License
* Added action link support for feeds.registerTemplateBundle
- 0.2.4 (alpha, 2009-02-02)
Release notes
License: New BSD License
* Added users.isAppUser
- 0.2.3 (alpha, 2009-01-30)
Release notes
License: New BSD License
* Created static property, Services_Facebook::$apiURL, that will be applied to every constructed driver. Services_Facebook_Common::setAPI() will still function the same.
- 0.2.2 (alpha, 2009-01-27)
Release notes
License: New BSD License
* Fixed curl timeout. Switched from Connection timeout to global request timeout.
- 0.2.1 (alpha, 2009-01-22)
Release notes
License: New BSD License
* Fixed bug with Notifications
- 0.2.0 (alpha, 2009-01-21)
Release notes
License: New BSD License
* Batching support
* PHPUnit tests - 0.1.8 (alpha, 2008-12-18)
- 0.1.7 (alpha, 2008-11-24)
- 0.1.6 (alpha, 2008-11-12)
- 0.1.5 (alpha, 2008-09-12)
- 0.1.4 (alpha, 2008-09-05)
- 0.1.3 (alpha, 2008-08-26)
- 0.1.2 (alpha, 2008-07-25)
- 0.1.1 (alpha, 2008-06-25)
- 0.1.0 (alpha, 2008-04-12)
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #14196 | Closed | Bug | 0.1.0 | 2008-06-19 | Syntax error in Feed.php |
| #14349 | Closed | Bug | 0.1.1 | 2008-07-14 | Undefined variable in Common.php |
| #14351 | Closed | Req | 0.1.1 | 2008-07-14 | Support for recent Facebook API changes |
| #14361 | Closed | Bug | 0.1.1 | 2008-07-17 | Undefined variable in __get |
| #15071 | Open | Req | 0.1.6 | 2008-11-18 | Use HTTP_Request2 rather than cURL |
| #16426 | Closed | Bug | 0.2.8 | 2009-07-10 | Validate is not a package dependency |
| #17098 | Open | Req | 0.2.9 | 2010-02-13 | Support multiple instances of Services_Facebook with different configuration |
| #17099 | Open | Req | 0.2.9 | 2010-02-13 | Allow applications to register their own drivers for Services_Facebook |
| #17100 | Closed | Req | 0.2.9 | 2010-02-13 | Implement Stream api |
| #17180 | Closed | Bug | 0.2.9 | 2010-03-01 | getLoggedInUser |
| #17186 | Duplicate | Req | 0.2.9 | 2010-03-02 | userids from int to long |
| #17212 | Closed | Bug | 0.2.11 | 2010-03-11 | Wrong package name in dependencies packages |
| #17280 | Open | Bug | SVN | 2010-03-30 | error with values beginning with at sign (@) |
| #17304 | Open | Req | 0.2.14 | 2010-04-09 | Support for multiquery FQL |
| #17522 | Open | Bug | 0.2.14 | 2010-06-24 | Status code 2 is returning on login instead of 401 |
| #17895 | Open | Req | 0.2.14 | 2010-09-26 | Creating notes |
| #17980 | Closed | Bug | 0.2.14 | 2010-10-20 | Static calls to Validate::uri() trigger E_STRICT |