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
Post a Comment