fbjs
fbjs copied to clipboard
Get user profile by user id
Given a user id, we want to return public information for the user.
- [ ] Check what information is public
- [ ] Create a
UserProfile
which contains this information - [ ] Create a
profile
module which will contain all functions related to the user profile.