Closed (fixed)
Project:
Facebook Connect
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
24 Feb 2009 at 17:01 UTC
Updated:
24 Jun 2009 at 20:00 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
bobdalob commentedHi, I noticed this too in v5. Not sure how to fix the bug however clearing your database cache should correct/update user display
Comment #2
patrizz commentedActually: the update did not solve the problem... So I'm resetting the status to active.
Comment #3
patrizz commentedComment #4
Anonymous (not verified) commentedI'm seeing the same issue as well on my site. Subscribe.
Comment #5
jaydub commentedThe cache_set/get functions would seem to need to add the user uid to the cache key to make sure that the proper cache entry is being set/get.
Try the attached patch and let me know if that does the trick. Works for me in (limited) testing.
Comment #6
buddaShould the $fbuid not be unique and related to the user logged in anyway?
Maybe fbconnect_get_fbuid() is not returning a user id, which is possible if facebook_client() call fails for any reason.
Comment #7
LaNets commented