Hi,
I use this module to let my website communicate with Facebook and get its events of my users.
everything works great with this module interacting with my own module, except for one thing, and I have no idea where to begin to debug this.
Really, my question is, what is the supposed behaviour by fboauth module when a user clicks the connect button but then when asked to install/accept the app in the facebook dialog, decides to press the cancel button?
This situation creates a loop in my case, a white screen, where it keeps attempting to do something, there seems to be no graceful return to the page of the connect button or any other landing page (even when a destination parameter is included in the url)
This is the url I am seeing during the white screen looping:
http://www.example.com/fboauth/connect?destination=facebook%2Fsetup&erro...
Any help would be much appreciated!
Cheers.
Comments
Comment #1
tezalsec commentedAnyone?
Seems pretty buggy to me, I can't see how this is just related to my setup, the above example url looks pretty generic..
Changed priority to major.. hoping for response..
Comment #2
jmaguniaAround line 32 In
includes/fboauth.fboauth.inc, try changing$link = fboauth_action_link_properties($action_name, $app_id);to
$link = fboauth_action_link_properties($action_name, NULL, NULL);