Closed (fixed)
Project:
Facebook Connect
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
13 Jan 2012 at 19:24 UTC
Updated:
4 Jan 2014 at 01:39 UTC
Jump to comment: Most recent
Comments
Comment #1
laboratory.mikeSubscribing. I get the same issue: I input my Application Key and App Secret, and upon enabling, the "appearance" and "app settings" tabs both give a white screen when I click on them. I am running Firefox when this happens.
Comment #2
Yorgg commentedI understand this module doesn't work in a local development domain right?
PHP Fatal error: Call to undefined function libraries_load() in /modules/fbconnect/fbconnect.module on line 363
which means
$library = libraries_load('facebook-php-sdk');Then I noticed I have forgoten the library and downloaded the library (php-sdk folder) into /modules/fbconnect/libraries/php-sdk/
Still white screen everywhere. I have to temporarly delete the module.
Comment #3
repto commentedIt seems that there is one more issue after you downloading the library (php-sdk folder).
It undefined function getSession() in line 378 in fbconnect.module ($client->getSession()).
I couldnt figure it out yet but without it it logs in only in to facebook but not in to the site.
Hope it will be fixed soon, now searching for alternatives.
Comment #4
jcisio commentedThis is fixed in the last dev.