When a user authentificates there is made one entry in the userconnection table. If an other user authentificates no new entry is made but the first one gets overwritten (user id is set new, accesstoken remains the same if the previous user didn't log out). Actually there should be a new entry for every new user. This occurs both in the sample (http://localhost:8080/springSocialFacebook) and my custom application.