Summary | Turba can't access Service_Facebook |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | hordetest (at) rash-mail (dot) com |
Created | 03/16/2011 (5225 days ago) |
Due | |
Updated | 03/29/2011 (5212 days ago) |
Assigned | 03/19/2011 (5222 days ago) |
Resolved | 03/23/2011 (5218 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Add prefix to all scripts and install them to bin_dir (
Request #9674).62 files changed, 3676 insertions(+), 3564 deletions(-)
http://git.horde.org/horde-git/-/commit/b02d94603f01a17c266dc9bc930dc00b5c60c24c
needs some refactoring to deal with the fact the FB changed the way
you can get array values back from FQL queries. Thank you FB.
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
Assigned to Michael Rubinsky
State ⇒ Assigned
I'm handling
Bug: 9122Turba Driver:
$facebook =
$GLOBALS['injector']->getInstance('Horde_Service_Facebook');
/* Authenticate the client */
$temp = unserialize($GLOBALS['prefs']->getValue('facebook'));
if (!empty($temp['sid'])) {
$facebook->auth->setUser($temp['uid'], $temp['sid'], 0);
}
catched there. What's the problem with that?
[query] => SELECT uid, name FROM user WHERE uid IN (SELECT uid2 FROM
friend WHERE uid1=)
uid1 is empty. Is this maybe another issue related to the php array bug?
session is lost. $facebook->auth->getUser() returns nothing. Facebook
block in the portal is working fine.
catched there. What's the problem with that?
[query] => SELECT uid, name FROM user WHERE uid IN (SELECT uid2 FROM
friend WHERE uid1=)
uid1 is empty. Is this maybe another issue related to the php array bug?
State ⇒ Feedback
catched there. What's the problem with that?
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Turba can't access Service_Facebook
Type ⇒ Bug
Priority ⇒ 1. Low
')' at position 86. [pid 7729 on line 61 of
"/horde/horde-git/horde/framework/Service_Facebook/lib/Horde/Service/Facebook/Request.php"]