I ve been working a little bit on a Facebook application, but when I registered a new user to test the friend interaction the new user got a uid (100000XXXXXXXXX
) that seems to big for php to handle.
Saving the number in the database results in the same value (2147483647
). I m guessing this is also PHPs fault, as I would believe the uid would fit in an unsigned bigint?
I m not quite sure where to go from here, any suggestions?