long numbers

Hi,

in my app im using FB users, the user ID is type long and can be really big (100003376700527)

the problem is that the code round my numbers

for example my server send the number 100003376700527, and in code if i try to print it or send it back to my server i get 100003376700530.

what im doing wrong?
how ppl handle FB user ID?

please help :slight_smile:

Thanks [import]uid: 175991 topic_id: 34458 reply_id: 334458[/import]

I believe the facebook Id needs to be in a string format… so use quotes.

local FB\_ID = "1234567890"

I believe the facebook Id needs to be in a string format… so use quotes.

local FB\_ID = "1234567890"