codepath-android-fall16-group-8 / travel

3 stars 3 forks source link

FB login continued (get and save relevant fb user info) #15

Closed heyhuyen closed 7 years ago

heyhuyen commented 7 years ago

Issue: https://github.com/codepath-android-fall16-group-8/travel/issues/4

In order to get the fb user data for a new login, we need to issue a request to the Graph API. Also, don't forget to call save on after updating parse objects! Got stuck for a little bit wondering why my user data wasn't saving!

Moved user info to the nav drawer header, so now it just shows a profile image and the user's name.