V
V
Viktor2016-12-06 20:25:52
Facebook
Viktor, 2016-12-06 20:25:52

Problem with user ID when registering with Facebook?

When authorizing through FB, one ID is displayed on the site, ($userInfo['']), regardless of which user you authorize from, the same IP address is always recorded in the database. I repeat, when displayed on the screen, other data is displayed.
What could be the problem?
a19254e0bade4452a52414dfef786b41.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
J
jennifervasilenko, 2016-12-07
@DigitForest

I solved the problem, just in case I write.
This is because the ID is a BigInteger and you are storing it as an integer.
In the database, change the data type to BigInt and everything is OK

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question