Closed (fixed)
Project:
Facebook Connect
Version:
6.x-1.0-beta8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jun 2009 at 19:44 UTC
Updated:
13 Mar 2010 at 02:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
stieglitz commentedI am getting this error and I am not sure why. Is it a permissions thing? Invalid Facebook session, you're not authorized to modify the parameters.
Comment #2
fumbling commentedSame. Subscribing.
Comment #3
nathaniel commentedThe database needs to be updated...
Table: fbconnect_users
Field: fbuid
Change from int(10) to bigint(20) UNSIGNED
http://wiki.developers.facebook.com/index.php/Facebook_User_IDs
Comment #4
fumbling commentedThanks, uninstalled my former version, and reinstalled with the modified install file, but got the following user warning. Am I doing something wrong? Thanks for any help:
Comment #5
nathaniel commentedRight try this around line 41 ~
Comment #6
fumbling commentedThat did it. Thanks!
Comment #7
katbailey commented@lotusflwr, @Nathaniel - thanks for figuring this one out, it was driving me crazy! Here's a patch with the requisite update function...
Comment #8
gibus commentedGreat, I've just hit this bug with a 64-bits facebook id, and figured out to update fbuid field to big int, and was about to submit a patch... when I've seen there was already this issue with katbailey's patch.
The patch just works great. I'm not used to Drupal issues workflow, I'm updating the status to "reviewed & tested by the community", sorry if I'm wrong doing this...
Comment #9
jchatard commentedHi all,
Please note that you absolutly need Drupal 6.14 as previous versions do not handle big integers at all (database layer).
Otherwhise, this patch works great!
Thanks Jérémy
Comment #10
plan9 commentedComment #11
plan9 commentedI have the same issue with 5.x-1.x-dev
I've followed Nathaniel's instructions in #3:
Table: fbconnect_users
Field: fbuid
Change from int(10) to bigint(20) UNSIGNED
But no luck. Newer users still have the Invalid Facebook session error message in their FB tab.
Any ideas how to fix this?
Comment #12
vectoroc commented