c# - FacebookId as primary key? -


will facebookid ever change? if not, safe use in app primary key?

facebook_user facebookid (pk) name  facebook_friend id ownerfacebookid (fk) friendfacebookid (fk) 

facebook id not change, facebook treating them primary key. email id can changed dont use email id primary key. using facebook id primary key.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

c# - SharpSVN - How to get the previous revision? -

php cli reading files and how to fix it? -