Closed (fixed)
Project:
Facebook Connect
Version:
5.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Aug 2009 at 05:02 UTC
Updated:
2 Apr 2010 at 10:39 UTC
When the logout feature is used, FB.Connect.logout sometimes runs before the Facebook API is fully initialized, and so fails to work. Running it inside a callback to FB.Facebook.get_sessionState().waitUntilReady and FB.ensureInit makes sure it doesn't run too early.
This patch implements that change.
| Comment | File | Size | Author |
|---|---|---|---|
| fbconnect-logout.patch | 845 bytes | scottgifford |
Comments
Comment #1
scottgifford commentedThis may also be the cause of http://drupal.org/node/399578
Comment #2
vectoroc commented