sbuss / voteswap

Vote Pairing for the 2016 US Presidential election
http://voteswap.us
MIT License
2 stars 2 forks source link

fetch facebook friends into database #17

Closed sbuss closed 8 years ago

sbuss commented 8 years ago

After a user logs in, the user's friends graph should be fetched and stored in the database.

Data stored will be:

For each friend, also request their friends and store that information as well.

sbuss commented 8 years ago

Done in #32