Right now I have a rough idea of how we will retrieve information. We
need to code a PHP REST client to make GET requests from the hackystat
sensorbase. The assignment for monday explains how it works so we
just need to learn how to code it and dump the data into the db.
For the logins, I think we just need to make the Facebook ui ask the
user for their Hackystat emails and passwords. I was thinking that we
could just retrieve the email from their Facebook profile, but I
haven't gotten a chance to look through the Facebook api to see if we
can get their emails and I don't know if it's better to just ask or
cycle through the emails since Facebook allows for more than one email
on the profile.