Is there a maximum value to the id of a facebook user ?
I was using an SQL integer to store the value but it's not enough as I've encountered an id with 15 digits.
I'm guessing there is none (would be logical...) and that the equivalent of a big integer is being used ? So should I just switch to varchar(255) ?