Will the facebookId ever change? If not, Is it safe to use it in my app as the primary key?
FACEBOOK_USER
FacebookId (PK)
Name
FACEBOOK_FRIEND
Id
OwnerFacebookId (FK)
FriendFacebookId (FK)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Facebook ID will not change, as facebook also treating them as primary key. But email ID can be changed so dont use email ID as primary key.
I already using the facebook ID as primary key.