You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this iteration,, we will be saving the user data (UserId from facebook) and his eventlist with each event data that he has to our server in a public static array (the array will be a User which has variable of id, and array of event, and the event class will have the event info).
We will also do the login using facebook javascript sdk.