I am implementing, socialService.LinkUserFacebookAccount(FB.UserId, FB.AccessToken, new SocialResponse()); and was wondering if this will always work due to changing access tokens since they expire. Is the access token used as a password or does it use the fb sdk to verify the user?