Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
An integer is a whole number negative, positive, or zero. i.e ... -2, -1, 0, 1, 2 ... Use this tag for questions about using, storing or manipulating integers.
2
votes
3answers
48 views
PHP dealing with long integers
I'm trying to get data from facebook. So I try to get the user_id from their arrays.
Problem is some user_id are SO LONG that when I try to get it it returns something like
1.00003247906E+14
instead ...
0
votes
1answer
198 views
fql bug: page_id is greater that max int value
The developers of facebook states that page_id in the page table is integer.
But because of many facebook pages, it number increased greater that max int value
...
4
votes
4answers
3k views
How to handle Facebooks new UID sizes?
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.
...