Facebook plugin currently:
- Fetches and imports 'me' user (with fields name, gender, birthday, email, profile picture, hometown, location)
- Creates a Person with this info and associates with the current Account (with externalId as fb user id)
- Fetches all the posts in user's feed (with fields from, message, reactions -likes etc-), its attachments and comment trees (with likes).
- Creates a FBPost --photo--> FBPhoto for every photo, and FBPost for every user post.
- Creates a FBComment for every comment associated with its parent FBPost or FBComment
- Tests the plugin me and post processes with anonymized data