Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我有用户在我的网站上注册时,我会存储他们的 user_id,并在整个网站上使用它作为他们是谁的参考。(实际上还没有做只是计划)我想确保这个用户ID对于用户来说是唯一的并且不会改变?
是的,facebook 中的 user_id 对于每个 facebook 用户都是唯一的。
您可以通过比较多个 facebook 用户帐户的用户 ID 来尝试。