Summary | Upgrade Horde_Service_Facebook to new Graph API and OAuth2 authentication |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | mrubinsk (at) horde (dot) org |
Created | 07/02/2010 (5494 days ago) |
Due | |
Updated | 07/20/2012 (4745 days ago) |
Assigned | |
Resolved | 07/20/2012 (4745 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
Should wait until the Graph api provides a way to replace this
functionality. No way to obtain the list of events a user has been
invited to. The Graph API only shows the events the user has RSVP'd to
as "Accepted" or "Unsure".
http://forum.developers.facebook.net/viewtopic.php?id=87015
Milestone ⇒
removing as a showstopper.
First round of Service_Facebook refactorings.
Adds OAuth2 support (and removes deprecated legacy canvas auth mechanism).
Keeps the legacy REST API methods for now (they work with the OAuth2
access_token),
will slowly add support for the Graph API, but probably not before
final release.
Turba still as issues since FB decided to remove support for returning
array members
seperately when using FQL so this: SELECT current_location.city.... no
longer works,
only SELECT current_location will work. This requires some refactoring
of Turba's FB
driver since the fields are configurable in backends.php.
Related to:
Bug: 9122Bug: 9674Bug: 968327 files changed, 505 insertions(+), 1126 deletions(-)
http://git.horde.org/horde-git/-/commit/f74a9f9f1ca191fd70d1b52d141d8e69fca91383
Milestone ⇒ 4
Bug: 9683State ⇒ Accepted
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Upgrade Horde_Service_Facebook to new Graph API and OAuth2 authentication
Type ⇒ Enhancement
Priority ⇒ 1. Low
deprecated in favor of the "graph" API
See:
http://developers.facebook.com/blog/post/378
http://github.com/facebook/php-sdk/blob/master/src/facebook.php