diff --git a/fb_autopost_types/fb_autopost_types.features.field.inc b/fb_autopost_types/fb_autopost_types.features.field.inc
deleted file mode 100644
index 4ec2a57..0000000
--- a/fb_autopost_types/fb_autopost_types.features.field.inc
+++ /dev/null
@@ -1,2357 +0,0 @@
-<?php
-/**
- * @file
- * fb_autopost_types.features.field.inc
- */
-
-/**
- * Implements hook_field_default_fields().
- */
-function fb_autopost_types_field_default_fields() {
-  $fields = array();
-
-  // Exported field: 'facebook_publication-event-field_facebook_description'.
-  $fields['facebook_publication-event-field_facebook_description'] = array(
-    'field_config' => array(
-      'active' => '1',
-      'cardinality' => '1',
-      'deleted' => '0',
-      'entity_types' => array(),
-      'field_name' => 'field_facebook_description',
-      'foreign keys' => array(
-        'format' => array(
-          'columns' => array(
-            'format' => 'format',
-          ),
-          'table' => 'filter_format',
-        ),
-      ),
-      'indexes' => array(
-        'format' => array(
-          0 => 'format',
-        ),
-      ),
-      'locked' => '0',
-      'module' => 'text',
-      'settings' => array(),
-      'translatable' => '0',
-      'type' => 'text_long',
-    ),
-    'field_instance' => array(
-      'bundle' => 'event',
-      'default_value' => NULL,
-      'deleted' => '0',
-      'description' => 'Event description',
-      'display' => array(
-        'default' => array(
-          'label' => 'above',
-          'module' => 'text',
-          'settings' => array(),
-          'type' => 'text_default',
-          'weight' => 3,
-        ),
-      ),
-      'entity_type' => 'facebook_publication',
-      'field_name' => 'field_facebook_description',
-      'label' => 'Description',
-      'required' => 0,
-      'settings' => array(
-        'text_processing' => '0',
-        'user_register_form' => FALSE,
-      ),
-      'widget' => array(
-        'active' => 1,
-        'module' => 'text',
-        'settings' => array(
-          'rows' => '5',
-        ),
-        'type' => 'text_textarea',
-        'weight' => '6',
-      ),
-    ),
-  );
-
-  // Exported field: 'facebook_publication-event-field_facebook_end_time'.
-  $fields['facebook_publication-event-field_facebook_end_time'] = array(
-    'field_config' => array(
-      'active' => '1',
-      'cardinality' => '1',
-      'deleted' => '0',
-      'entity_types' => array(),
-      'field_name' => 'field_facebook_end_time',
-      'foreign keys' => array(),
-      'indexes' => array(),
-      'locked' => '0',
-      'module' => 'number',
-      'settings' => array(),
-      'translatable' => '0',
-      'type' => 'number_integer',
-    ),
-    'field_instance' => array(
-      'bundle' => 'event',
-      'default_value' => NULL,
-      'deleted' => '0',
-      'description' => 'Event end time, in ISO-8601',
-      'display' => array(
-        'default' => array(
-          'label' => 'above',
-          'module' => 'number',
-          'settings' => array(
-            'decimal_separator' => '.',
-            'prefix_suffix' => TRUE,
-            'scale' => 0,
-            'thousand_separator' => ' ',
-          ),
-          'type' => 'number_integer',
-          'weight' => 2,
-        ),
-      ),
-      'entity_type' => 'facebook_publication',
-      'field_name' => 'field_facebook_end_time',
-      'label' => 'End time',
-      'required' => 0,
-      'settings' => array(
-        'max' => '',
-        'min' => '0',
-        'prefix' => '',
-        'suffix' => '',
-        'user_register_form' => FALSE,
-      ),
-      'widget' => array(
-        'active' => 0,
-        'module' => 'number',
-        'settings' => array(),
-        'type' => 'number',
-        'weight' => '4',
-      ),
-    ),
-  );
-
-  // Exported field: 'facebook_publication-event-field_facebook_location'.
-  $fields['facebook_publication-event-field_facebook_location'] = array(
-    'field_config' => array(
-      'active' => '1',
-      'cardinality' => '1',
-      'deleted' => '0',
-      'entity_types' => array(),
-      'field_name' => 'field_facebook_location',
-      'foreign keys' => array(
-        'format' => array(
-          'columns' => array(
-            'format' => 'format',
-          ),
-          'table' => 'filter_format',
-        ),
-      ),
-      'indexes' => array(
-        'format' => array(
-          0 => 'format',
-        ),
-      ),
-      'locked' => '0',
-      'module' => 'text',
-      'settings' => array(
-        'max_length' => '255',
-      ),
-      'translatable' => '0',
-      'type' => 'text',
-    ),
-    'field_instance' => array(
-      'bundle' => 'event',
-      'default_value' => NULL,
-      'deleted' => '0',
-      'description' => 'Event location',
-      'display' => array(
-        'default' => array(
-          'label' => 'above',
-          'module' => 'text',
-          'settings' => array(),
-          'type' => 'text_default',
-          'weight' => 4,
-        ),
-      ),
-      'entity_type' => 'facebook_publication',
-      'field_name' => 'field_facebook_location',
-      'label' => 'Location',
-      'required' => 0,
-      'settings' => array(
-        'text_processing' => '0',
-        'user_register_form' => FALSE,
-      ),
-      'widget' => array(
-        'active' => 1,
-        'module' => 'text',
-        'settings' => array(
-          'size' => '60',
-        ),
-        'type' => 'text_textfield',
-        'weight' => '7',
-      ),
-    ),
-  );
-
-  // Exported field: 'facebook_publication-event-field_facebook_location_id'.
-  $fields['facebook_publication-event-field_facebook_location_id'] = array(
-    'field_config' => array(
-      'active' => '1',
-      'cardinality' => '1',
-      'deleted' => '0',
-      'entity_types' => array(),
-      'field_name' => 'field_facebook_location_id',
-      'foreign keys' => array(
-        'format' => array(
-          'columns' => array(
-            'format' => 'format',
-          ),
-          'table' => 'filter_format',
-        ),
-      ),
-      'indexes' => array(
-        'format' => array(
-          0 => 'format',
-        ),
-      ),
-      'locked' => '0',
-      'module' => 'text',
-      'settings' => array(
-        'max_length' => '255',
-      ),
-      'translatable' => '0',
-      'type' => 'text',
-    ),
-    'field_instance' => array(
-      'bundle' => 'event',
-      'default_value' => NULL,
-      'deleted' => '0',
-      'description' => 'Facebook Place ID of the place the Event is taking place',
-      'display' => array(
-        'default' => array(
-          'label' => 'above',
-          'module' => 'text',
-          'settings' => array(),
-          'type' => 'text_default',
-          'weight' => 5,
-        ),
-      ),
-      'entity_type' => 'facebook_publication',
-      'field_name' => 'field_facebook_location_id',
-      'label' => 'Location ID',
-      'required' => 0,
-      'settings' => array(
-        'text_processing' => '0',
-        'user_register_form' => FALSE,
-      ),
-      'widget' => array(
-        'active' => 1,
-        'module' => 'text',
-        'settings' => array(
-          'size' => '60',
-        ),
-        'type' => 'text_textfield',
-        'weight' => '8',
-      ),
-    ),
-  );
-
-  // Exported field: 'facebook_publication-event-field_facebook_name'.
-  $fields['facebook_publication-event-field_facebook_name'] = array(
-    'field_config' => array(
-      'active' => '1',
-      'cardinality' => '1',
-      'deleted' => '0',
-      'entity_types' => array(),
-      'field_name' => 'field_facebook_name',
-      'foreign keys' => array(
-        'format' => array(
-          'columns' => array(
-            'format' => 'format',
-          ),
-          'table' => 'filter_format',
-        ),
-      ),
-      'indexes' => array(
-        'format' => array(
-          0 => 'format',
-        ),
-      ),
-      'locked' => '0',
-      'module' => 'text',
-      'settings' => array(
-        'max_length' => '255',
-      ),
-      'translatable' => '0',
-      'type' => 'text',
-    ),
-    'field_instance' => array(
-      'bundle' => 'event',
-      'default_value' => NULL,
-      'deleted' => '0',
-      'description' => 'Event name.',
-      'display' => array(
-        'default' => array(
-          'label' => 'above',
-          'module' => 'text',
-          'settings' => array(),
-          'type' => 'text_default',
-          'weight' => 0,
-        ),
-      ),
-      'entity_type' => 'facebook_publication',
-      'field_name' => 'field_facebook_name',
-      'label' => 'Name',
-      'required' => 1,
-      'settings' => array(
-        'text_processing' => '0',
-        'user_register_form' => FALSE,
-      ),
-      'widget' => array(
-        'active' => 1,
-        'module' => 'text',
-        'settings' => array(
-          'size' => '60',
-        ),
-        'type' => 'text_textfield',
-        'weight' => '2',
-      ),
-    ),
-  );
-
-  // Exported field: 'facebook_publication-event-field_facebook_privacy_type'.
-  $fields['facebook_publication-event-field_facebook_privacy_type'] = array(
-    'field_config' => array(
-      'active' => '1',
-      'cardinality' => '1',
-      'deleted' => '0',
-      'entity_types' => array(),
-      'field_name' => 'field_facebook_privacy_type',
-      'foreign keys' => array(),
-      'indexes' => array(
-        'value' => array(
-          0 => 'value',
-        ),
-      ),
-      'locked' => '0',
-      'module' => 'list',
-      'settings' => array(
-        'allowed_values' => array(
-          'OPEN' => 'Public event',
-          'SECRET' => 'Secret event',
-          'FRIENDS' => 'Available to friends',
-        ),
-        'allowed_values_function' => '',
-      ),
-      'translatable' => '0',
-      'type' => 'list_text',
-    ),
-    'field_instance' => array(
-      'bundle' => 'event',
-      'default_value' => array(
-        0 => array(
-          'value' => 'OPEN',
-        ),
-      ),
-      'deleted' => '0',
-      'description' => 'Event privacy setting',
-      'display' => array(
-        'default' => array(
-          'label' => 'above',
-          'module' => 'list',
-          'settings' => array(),
-          'type' => 'list_default',
-          'weight' => 6,
-        ),
-      ),
-      'entity_type' => 'facebook_publication',
-      'field_name' => 'field_facebook_privacy_type',
-      'label' => 'Privacy type',
-      'required' => 0,
-      'settings' => array(
-        'user_register_form' => FALSE,
-      ),
-      'widget' => array(
-        'active' => 1,
-        'module' => 'options',
-        'settings' => array(),
-        'type' => 'options_buttons',
-        'weight' => '9',
-      ),
-    ),
-  );
-
-  // Exported field: 'facebook_publication-event-field_facebook_start_time'.
-  $fields['facebook_publication-event-field_facebook_start_time'] = array(
-    'field_config' => array(
-      'active' => '1',
-      'cardinality' => '1',
-      'deleted' => '0',
-      'entity_types' => array(),
-      'field_name' => 'field_facebook_start_time',
-      'foreign keys' => array(),
-      'indexes' => array(),
-      'locked' => '0',
-      'module' => 'number',
-      'settings' => array(),
-      'translatable' => '0',
-      'type' => 'number_integer',
-    ),
-    'field_instance' => array(
-      'bundle' => 'event',
-      'default_value' => NULL,
-      'deleted' => '0',
-      'description' => 'Event start time, in ISO-8601',
-      'display' => array(
-        'default' => array(
-          'label' => 'above',
-          'module' => 'number',
-          'settings' => array(
-            'decimal_separator' => '.',
-            'prefix_suffix' => TRUE,
-            'scale' => 0,
-            'thousand_separator' => ' ',
-          ),
-          'type' => 'number_integer',
-          'weight' => 1,
-        ),
-      ),
-      'entity_type' => 'facebook_publication',
-      'field_name' => 'field_facebook_start_time',
-      'label' => 'Start time',
-      'required' => 1,
-      'settings' => array(
-        'max' => '',
-        'min' => '0',
-        'prefix' => '',
-        'suffix' => '',
-        'user_register_form' => FALSE,
-      ),
-      'widget' => array(
-        'active' => 0,
-        'module' => 'number',
-        'settings' => array(),
-        'type' => 'number',
-        'weight' => '3',
-      ),
-    ),
-  );
-
-  // Exported field: 'facebook_publication-link-field_facebook_link'.
-  $fields['facebook_publication-link-field_facebook_link'] = array(
-    'field_config' => array(
-      'active' => '1',
-      'cardinality' => '1',
-      'deleted' => '0',
-      'entity_types' => array(),
-      'field_name' => 'field_facebook_link',
-      'foreign keys' => array(
-        'format' => array(
-          'columns' => array(
-            'format' => 'format',
-          ),
-          'table' => 'filter_format',
-        ),
-      ),
-      'indexes' => array(
-        'format' => array(
-          0 => 'format',
-        ),
-      ),
-      'locked' => '0',
-      'module' => 'text',
-      'settings' => array(
-        'max_length' => '255',
-      ),
-      'translatable' => '0',
-      'type' => 'text',
-    ),
-    'field_instance' => array(
-      'bundle' => 'link',
-      'default_value' => NULL,
-      'deleted' => '0',
-      'description' => 'Link URL',
-      'display' => array(
-        'default' => array(
-          'label' => 'above',
-          'module' => 'text',
-          'settings' => array(),
-          'type' => 'text_default',
-          'weight' => 0,
-        ),
-      ),
-      'entity_type' => 'facebook_publication',
-      'field_name' => 'field_facebook_link',
-      'label' => 'Link',
-      'required' => 1,
-      'settings' => array(
-        'text_processing' => '0',
-        'user_register_form' => FALSE,
-      ),
-      'widget' => array(
-        'active' => 1,
-        'module' => 'text',
-        'settings' => array(
-          'size' => '60',
-        ),
-        'type' => 'text_textfield',
-        'weight' => '42',
-      ),
-    ),
-  );
-
-  // Exported field: 'facebook_publication-link-field_facebook_message'.
-  $fields['facebook_publication-link-field_facebook_message'] = array(
-    'field_config' => array(
-      'active' => '1',
-      'cardinality' => '1',
-      'deleted' => '0',
-      'entity_types' => array(),
-      'field_name' => 'field_facebook_message',
-      'foreign keys' => array(
-        'format' => array(
-          'columns' => array(
-            'format' => 'format',
-          ),
-          'table' => 'filter_format',
-        ),
-      ),
-      'indexes' => array(
-        'format' => array(
-          0 => 'format',
-        ),
-      ),
-      'locked' => '0',
-      'module' => 'text',
-      'settings' => array(),
-      'translatable' => '0',
-      'type' => 'text_long',
-    ),
-    'field_instance' => array(
-      'bundle' => 'link',
-      'default_value' => NULL,
-      'deleted' => '0',
-      'description' => 'Link message',
-      'display' => array(
-        'default' => array(
-          'label' => 'above',
-          'module' => 'text',
-          'settings' => array(),
-          'type' => 'text_default',
-          'weight' => 1,
-        ),
-      ),
-      'entity_type' => 'facebook_publication',
-      'field_name' => 'field_facebook_message',
-      'label' => 'Message',
-      'required' => 0,
-      'settings' => array(
-        'text_processing' => '0',
-        'user_register_form' => FALSE,
-      ),
-      'widget' => array(
-        'active' => 1,
-        'module' => 'text',
-        'settings' => array(
-          'rows' => '5',
-        ),
-        'type' => 'text_textarea',
-        'weight' => '44',
-      ),
-    ),
-  );
-
-  // Exported field: 'facebook_publication-link-field_facebook_published'.
-  $fields['facebook_publication-link-field_facebook_published'] = array(
-    'field_config' => array(
-      'active' => '1',
-      'cardinality' => '1',
-      'deleted' => '0',
-      'entity_types' => array(),
-      'field_name' => 'field_facebook_published',
-      'foreign keys' => array(),
-      'indexes' => array(
-        'value' => array(
-          0 => 'value',
-        ),
-      ),
-      'locked' => '0',
-      'module' => 'list',
-      'settings' => array(
-        'allowed_values' => array(
-          0 => '',
-          1 => '',
-        ),
-        'allowed_values_function' => '',
-      ),
-      'translatable' => '0',
-      'type' => 'list_boolean',
-    ),
-    'field_instance' => array(
-      'bundle' => 'link',
-      'default_value' => array(
-        0 => array(
-          'value' => 1,
-        ),
-      ),
-      'deleted' => '0',
-      'description' => 'Whether a post is published. Default is published.',
-      'display' => array(
-        'default' => array(
-          'label' => 'above',
-          'module' => 'list',
-          'settings' => array(),
-          'type' => 'list_default',
-          'weight' => 2,
-        ),
-      ),
-      'entity_type' => 'facebook_publication',
-      'field_name' => 'field_facebook_published',
-      'label' => 'Published',
-      'required' => 0,
-      'settings' => array(
-        'user_register_form' => FALSE,
-      ),
-      'widget' => array(
-        'active' => 1,
-        'module' => 'options',
-        'settings' => array(
-          'display_label' => 1,
-        ),
-        'type' => 'options_onoff',
-        'weight' => '46',
-      ),
-    ),
-  );
-
-  // Exported field: 'facebook_publication-link-field_facebook_scheduled_publish'.
-  $fields['facebook_publication-link-field_facebook_scheduled_publish'] = array(
-    'field_config' => array(
-      'active' => '1',
-      'cardinality' => '1',
-      'deleted' => '0',
-      'entity_types' => array(),
-      'field_name' => 'field_facebook_scheduled_publish',
-      'foreign keys' => array(),
-      'indexes' => array(),
-      'locked' => '0',
-      'module' => 'number',
-      'settings' => array(),
-      'translatable' => '0',
-      'type' => 'number_integer',
-    ),
-    'field_instance' => array(
-      'bundle' => 'link',
-      'default_value' => NULL,
-      'deleted' => '0',
-      'description' => 'Time when the page post should go live, this should be between 10 mins and 6 months from the time of publishing the post. UNIX timestamp.',
-      'display' => array(
-        'default' => array(
-          'label' => 'above',
-          'module' => 'number',
-          'settings' => array(
-            'decimal_separator' => '.',
-            'prefix_suffix' => TRUE,
-            'scale' => 0,
-            'thousand_separator' => ' ',
-          ),
-          'type' => 'number_integer',
-          'weight' => 3,
-        ),
-      ),
-      'entity_type' => 'facebook_publication',
-      'field_name' => 'field_facebook_scheduled_publish',
-      'label' => 'Scheduled publish time',
-      'required' => 0,
-      'settings' => array(
-        'max' => '',
-        'min' => '',
-        'prefix' => '',
-        'suffix' => '',
-        'user_register_form' => FALSE,
-      ),
-      'widget' => array(
-        'active' => 0,
-        'module' => 'number',
-        'settings' => array(),
-        'type' => 'number',
-        'weight' => '48',
-      ),
-    ),
-  );
-
-  // Exported field: 'facebook_publication-note-field_facebook_message'.
-  $fields['facebook_publication-note-field_facebook_message'] = array(
-    'field_config' => array(
-      'active' => '1',
-      'cardinality' => '1',
-      'deleted' => '0',
-      'entity_types' => array(),
-      'field_name' => 'field_facebook_message',
-      'foreign keys' => array(
-        'format' => array(
-          'columns' => array(
-            'format' => 'format',
-          ),
-          'table' => 'filter_format',
-        ),
-      ),
-      'indexes' => array(
-        'format' => array(
-          0 => 'format',
-        ),
-      ),
-      'locked' => '0',
-      'module' => 'text',
-      'settings' => array(),
-      'translatable' => '0',
-      'type' => 'text_long',
-    ),
-    'field_instance' => array(
-      'bundle' => 'note',
-      'default_value' => NULL,
-      'deleted' => '0',
-      'description' => 'Note content',
-      'display' => array(
-        'default' => array(
-          'label' => 'above',
-          'module' => 'text',
-          'settings' => array(),
-          'type' => 'text_default',
-          'weight' => 1,
-        ),
-      ),
-      'entity_type' => 'facebook_publication',
-      'field_name' => 'field_facebook_message',
-      'label' => 'Message',
-      'required' => 1,
-      'settings' => array(
-        'text_processing' => '0',
-        'user_register_form' => FALSE,
-      ),
-      'widget' => array(
-        'active' => 1,
-        'module' => 'text',
-        'settings' => array(
-          'rows' => '5',
-        ),
-        'type' => 'text_textarea',
-        'weight' => '43',
-      ),
-    ),
-  );
-
-  // Exported field: 'facebook_publication-note-field_facebook_subject'.
-  $fields['facebook_publication-note-field_facebook_subject'] = array(
-    'field_config' => array(
-      'active' => '1',
-      'cardinality' => '1',
-      'deleted' => '0',
-      'entity_types' => array(),
-      'field_name' => 'field_facebook_subject',
-      'foreign keys' => array(
-        'format' => array(
-          'columns' => array(
-            'format' => 'format',
-          ),
-          'table' => 'filter_format',
-        ),
-      ),
-      'indexes' => array(
-        'format' => array(
-          0 => 'format',
-        ),
-      ),
-      'locked' => '0',
-      'module' => 'text',
-      'settings' => array(
-        'max_length' => '255',
-      ),
-      'translatable' => '0',
-      'type' => 'text',
-    ),
-    'field_instance' => array(
-      'bundle' => 'note',
-      'default_value' => NULL,
-      'deleted' => '0',
-      'description' => 'The subject of the Note',
-      'display' => array(
-        'default' => array(
-          'label' => 'above',
-          'module' => 'text',
-          'settings' => array(),
-          'type' => 'text_default',
-          'weight' => 0,
-        ),
-      ),
-      'entity_type' => 'facebook_publication',
-      'field_name' => 'field_facebook_subject',
-      'label' => 'Subject',
-      'required' => 1,
-      'settings' => array(
-        'text_processing' => '0',
-        'user_register_form' => FALSE,
-      ),
-      'widget' => array(
-        'active' => 1,
-        'module' => 'text',
-        'settings' => array(
-          'size' => '60',
-        ),
-        'type' => 'text_textfield',
-        'weight' => '41',
-      ),
-    ),
-  );
-
-  // Exported field: 'facebook_publication-photo-field_facebook_feed_targeting'.
-  $fields['facebook_publication-photo-field_facebook_feed_targeting'] = array(
-    'field_config' => array(
-      'active' => '1',
-      'cardinality' => '1',
-      'deleted' => '0',
-      'entity_types' => array(),
-      'field_name' => 'field_facebook_feed_targeting',
-      'foreign keys' => array(
-        'format' => array(
-          'columns' => array(
-            'format' => 'format',
-          ),
-          'table' => 'filter_format',
-        ),
-      ),
-      'indexes' => array(
-        'format' => array(
-          0 => 'format',
-        ),
-      ),
-      'locked' => '0',
-      'module' => 'text',
-      'settings' => array(),
-      'translatable' => '0',
-      'type' => 'text_long',
-    ),
-    'field_instance' => array(
-      'bundle' => 'photo',
-      'default_value' => NULL,
-      'deleted' => '0',
-      'description' => 'JSON object containing targeting parameters 
-See [Feed Targeting](#targeting)',
-      'display' => array(
-        'default' => array(
-          'label' => 'above',
-          'module' => 'text',
-          'settings' => array(),
-          'type' => 'text_default',
-          'weight' => 3,
-        ),
-      ),
-      'entity_type' => 'facebook_publication',
-      'field_name' => 'field_facebook_feed_targeting',
-      'label' => 'Feed targeting',
-      'required' => 0,
-      'settings' => array(
-        'text_processing' => '0',
-        'user_register_form' => FALSE,
-      ),
-      'widget' => array(
-        'active' => 1,
-        'module' => 'text',
-        'settings' => array(
-          'rows' => '5',
-        ),
-        'type' => 'text_textarea',
-        'weight' => '3',
-      ),
-    ),
-  );
-
-  // Exported field: 'facebook_publication-photo-field_facebook_message'.
-  $fields['facebook_publication-photo-field_facebook_message'] = array(
-    'field_config' => array(
-      'active' => '1',
-      'cardinality' => '1',
-      'deleted' => '0',
-      'entity_types' => array(),
-      'field_name' => 'field_facebook_message',
-      'foreign keys' => array(
-        'format' => array(
-          'columns' => array(
-            'format' => 'format',
-          ),
-          'table' => 'filter_format',
-        ),
-      ),
-      'indexes' => array(
-        'format' => array(
-          0 => 'format',
-        ),
-      ),
-      'locked' => '0',
-      'module' => 'text',
-      'settings' => array(),
-      'translatable' => '0',
-      'type' => 'text_long',
-    ),
-    'field_instance' => array(
-      'bundle' => 'photo',
-      'default_value' => NULL,
-      'deleted' => '0',
-      'description' => 'Photo description',
-      'display' => array(
-        'default' => array(
-          'label' => 'above',
-          'module' => 'text',
-          'settings' => array(),
-          'type' => 'text_default',
-          'weight' => 1,
-        ),
-      ),
-      'entity_type' => 'facebook_publication',
-      'field_name' => 'field_facebook_message',
-      'label' => 'Message',
-      'required' => 0,
-      'settings' => array(
-        'text_processing' => '0',
-        'user_register_form' => FALSE,
-      ),
-      'widget' => array(
-        'active' => 1,
-        'module' => 'text',
-        'settings' => array(
-          'rows' => '5',
-        ),
-        'type' => 'text_textarea',
-        'weight' => '1',
-      ),
-    ),
-  );
-
-  // Exported field: 'facebook_publication-photo-field_facebook_published'.
-  $fields['facebook_publication-photo-field_facebook_published'] = array(
-    'field_config' => array(
-      'active' => '1',
-      'cardinality' => '1',
-      'deleted' => '0',
-      'entity_types' => array(),
-      'field_name' => 'field_facebook_published',
-      'foreign keys' => array(),
-      'indexes' => array(
-        'value' => array(
-          0 => 'value',
-        ),
-      ),
-      'locked' => '0',
-      'module' => 'list',
-      'settings' => array(
-        'allowed_values' => array(
-          0 => '',
-          1 => '',
-        ),
-        'allowed_values_function' => '',
-      ),
-      'translatable' => '0',
-      'type' => 'list_boolean',
-    ),
-    'field_instance' => array(
-      'bundle' => 'photo',
-      'default_value' => array(
-        0 => array(
-          'value' => 1,
-        ),
-      ),
-      'deleted' => '0',
-      'description' => 'Whether a post is published. Default is published.',
-      'display' => array(
-        'default' => array(
-          'label' => 'above',
-          'module' => 'list',
-          'settings' => array(),
-          'type' => 'list_default',
-          'weight' => 4,
-        ),
-      ),
-      'entity_type' => 'facebook_publication',
-      'field_name' => 'field_facebook_published',
-      'label' => 'Published',
-      'required' => 0,
-      'settings' => array(
-        'user_register_form' => FALSE,
-      ),
-      'widget' => array(
-        'active' => 1,
-        'module' => 'options',
-        'settings' => array(
-          'display_label' => 1,
-        ),
-        'type' => 'options_onoff',
-        'weight' => '4',
-      ),
-    ),
-  );
-
-  // Exported field: 'facebook_publication-photo-field_facebook_scheduled_publish'.
-  $fields['facebook_publication-photo-field_facebook_scheduled_publish'] = array(
-    'field_config' => array(
-      'active' => '1',
-      'cardinality' => '1',
-      'deleted' => '0',
-      'entity_types' => array(),
-      'field_name' => 'field_facebook_scheduled_publish',
-      'foreign keys' => array(),
-      'indexes' => array(),
-      'locked' => '0',
-      'module' => 'number',
-      'settings' => array(),
-      'translatable' => '0',
-      'type' => 'number_integer',
-    ),
-    'field_instance' => array(
-      'bundle' => 'photo',
-      'default_value' => NULL,
-      'deleted' => '0',
-      'description' => 'Time when the page post should go live, this should be between 10 mins and 6 months from the time of publishing the post. UNIX timestamp',
-      'display' => array(
-        'default' => array(
-          'label' => 'above',
-          'module' => 'number',
-          'settings' => array(
-            'decimal_separator' => '.',
-            'prefix_suffix' => TRUE,
-            'scale' => 0,
-            'thousand_separator' => ' ',
-          ),
-          'type' => 'number_integer',
-          'weight' => 5,
-        ),
-      ),
-      'entity_type' => 'facebook_publication',
-      'field_name' => 'field_facebook_scheduled_publish',
-      'label' => 'Scheduled publish time',
-      'required' => 0,
-      'settings' => array(
-        'max' => '',
-        'min' => '',
-        'prefix' => '',
-        'suffix' => '',
-        'user_register_form' => FALSE,
-      ),
-      'widget' => array(
-        'active' => 0,
-        'module' => 'number',
-        'settings' => array(),
-        'type' => 'number',
-        'weight' => '5',
-      ),
-    ),
-  );
-
-  // Exported field: 'facebook_publication-photo-field_facebook_source'.
-  $fields['facebook_publication-photo-field_facebook_source'] = array(
-    'field_config' => array(
-      'active' => '1',
-      'cardinality' => '1',
-      'deleted' => '0',
-      'entity_types' => array(),
-      'field_name' => 'field_facebook_source',
-      'foreign keys' => array(
-        'fid' => array(
-          'columns' => array(
-            'fid' => 'fid',
-          ),
-          'table' => 'file_managed',
-        ),
-      ),
-      'indexes' => array(
-        'fid' => array(
-          0 => 'fid',
-        ),
-      ),
-      'locked' => '0',
-      'module' => 'image',
-      'settings' => array(
-        'default_image' => 0,
-        'uri_scheme' => 'public',
-      ),
-      'translatable' => '0',
-      'type' => 'image',
-    ),
-    'field_instance' => array(
-      'bundle' => 'photo',
-      'deleted' => '0',
-      'description' => 'Facebook photo image. If the name is not set, then the title of the image will be used if set.',
-      'display' => array(
-        'default' => array(
-          'label' => 'above',
-          'module' => 'image',
-          'settings' => array(
-            'image_link' => '',
-            'image_style' => '',
-          ),
-          'type' => 'image',
-          'weight' => 6,
-        ),
-      ),
-      'entity_type' => 'facebook_publication',
-      'field_name' => 'field_facebook_source',
-      'label' => 'Source',
-      'required' => 1,
-      'settings' => array(
-        'alt_field' => 0,
-        'default_image' => 0,
-        'file_directory' => '',
-        'file_extensions' => 'png gif jpg jpeg',
-        'max_filesize' => '',
-        'max_resolution' => '',
-        'min_resolution' => '',
-        'title_field' => 1,
-        'user_register_form' => FALSE,
-      ),
-      'widget' => array(
-        'active' => 1,
-        'module' => 'image',
-        'settings' => array(
-          'preview_image_style' => 'thumbnail',
-          'progress_indicator' => 'throbber',
-        ),
-        'type' => 'image_image',
-        'weight' => '0',
-      ),
-    ),
-  );
-
-  // Exported field: 'facebook_publication-photo-field_facebook_targeting'.
-  $fields['facebook_publication-photo-field_facebook_targeting'] = array(
-    'field_config' => array(
-      'active' => '1',
-      'cardinality' => '1',
-      'deleted' => '0',
-      'entity_types' => array(),
-      'field_name' => 'field_facebook_targeting',
-      'foreign keys' => array(
-        'format' => array(
-          'columns' => array(
-            'format' => 'format',
-          ),
-          'table' => 'filter_format',
-        ),
-      ),
-      'indexes' => array(
-        'format' => array(
-          0 => 'format',
-        ),
-      ),
-      'locked' => '0',
-      'module' => 'text',
-      'settings' => array(),
-      'translatable' => '0',
-      'type' => 'text_long',
-    ),
-    'field_instance' => array(
-      'bundle' => 'photo',
-      'default_value' => NULL,
-      'deleted' => '0',
-      'description' => 'JSON object containing countries, cities, regions or locales 
-Example: {\'countries\':[\'US\',\'GB\']}',
-      'display' => array(
-        'default' => array(
-          'label' => 'above',
-          'module' => 'text',
-          'settings' => array(),
-          'type' => 'text_default',
-          'weight' => 2,
-        ),
-      ),
-      'entity_type' => 'facebook_publication',
-      'field_name' => 'field_facebook_targeting',
-      'label' => 'Targeting',
-      'required' => 0,
-      'settings' => array(
-        'text_processing' => '0',
-        'user_register_form' => FALSE,
-      ),
-      'widget' => array(
-        'active' => 1,
-        'module' => 'text',
-        'settings' => array(
-          'rows' => '5',
-        ),
-        'type' => 'text_textarea',
-        'weight' => '2',
-      ),
-    ),
-  );
-
-  // Exported field: 'facebook_publication-post-field_facebook_actions'.
-  $fields['facebook_publication-post-field_facebook_actions'] = array(
-    'field_config' => array(
-      'active' => '1',
-      'cardinality' => '-1',
-      'deleted' => '0',
-      'entity_types' => array(),
-      'field_name' => 'field_facebook_actions',
-      'foreign keys' => array(
-        'format' => array(
-          'columns' => array(
-            'format' => 'format',
-          ),
-          'table' => 'filter_format',
-        ),
-      ),
-      'indexes' => array(
-        'format' => array(
-          0 => 'format',
-        ),
-      ),
-      'locked' => '0',
-      'module' => 'text',
-      'settings' => array(
-        'max_length' => '255',
-      ),
-      'translatable' => '0',
-      'type' => 'text',
-    ),
-    'field_instance' => array(
-      'bundle' => 'post',
-      'default_value' => NULL,
-      'deleted' => '0',
-      'description' => 'Post actions.
-
-Input the name and link in the following way:
-name|link',
-      'display' => array(
-        'default' => array(
-          'label' => 'above',
-          'module' => 'text',
-          'settings' => array(),
-          'type' => 'text_default',
-          'weight' => 6,
-        ),
-      ),
-      'entity_type' => 'facebook_publication',
-      'field_name' => 'field_facebook_actions',
-      'label' => 'Actions',
-      'required' => 0,
-      'settings' => array(
-        'text_processing' => '0',
-        'user_register_form' => FALSE,
-      ),
-      'widget' => array(
-        'active' => 1,
-        'module' => 'text',
-        'settings' => array(
-          'size' => '60',
-        ),
-        'type' => 'text_textfield',
-        'weight' => '47',
-      ),
-    ),
-  );
-
-  // Exported field: 'facebook_publication-post-field_facebook_caption'.
-  $fields['facebook_publication-post-field_facebook_caption'] = array(
-    'field_config' => array(
-      'active' => '1',
-      'cardinality' => '1',
-      'deleted' => '0',
-      'entity_types' => array(),
-      'field_name' => 'field_facebook_caption',
-      'foreign keys' => array(
-        'format' => array(
-          'columns' => array(
-            'format' => 'format',
-          ),
-          'table' => 'filter_format',
-        ),
-      ),
-      'indexes' => array(
-        'format' => array(
-          0 => 'format',
-        ),
-      ),
-      'locked' => '0',
-      'module' => 'text',
-      'settings' => array(
-        'max_length' => '255',
-      ),
-      'translatable' => '0',
-      'type' => 'text',
-    ),
-    'field_instance' => array(
-      'bundle' => 'post',
-      'default_value' => NULL,
-      'deleted' => '0',
-      'description' => 'Post caption (can only be used if link is specified)',
-      'display' => array(
-        'default' => array(
-          'label' => 'above',
-          'module' => 'text',
-          'settings' => array(),
-          'type' => 'text_default',
-          'weight' => 4,
-        ),
-      ),
-      'entity_type' => 'facebook_publication',
-      'field_name' => 'field_facebook_caption',
-      'label' => 'Caption',
-      'required' => 0,
-      'settings' => array(
-        'text_processing' => '0',
-        'user_register_form' => FALSE,
-      ),
-      'widget' => array(
-        'active' => 1,
-        'module' => 'text',
-        'settings' => array(
-          'size' => '60',
-        ),
-        'type' => 'text_textfield',
-        'weight' => '45',
-      ),
-    ),
-  );
-
-  // Exported field: 'facebook_publication-post-field_facebook_description'.
-  $fields['facebook_publication-post-field_facebook_description'] = array(
-    'field_config' => array(
-      'active' => '1',
-      'cardinality' => '1',
-      'deleted' => '0',
-      'entity_types' => array(),
-      'field_name' => 'field_facebook_description',
-      'foreign keys' => array(
-        'format' => array(
-          'columns' => array(
-            'format' => 'format',
-          ),
-          'table' => 'filter_format',
-        ),
-      ),
-      'indexes' => array(
-        'format' => array(
-          0 => 'format',
-        ),
-      ),
-      'locked' => '0',
-      'module' => 'text',
-      'settings' => array(),
-      'translatable' => '0',
-      'type' => 'text_long',
-    ),
-    'field_instance' => array(
-      'bundle' => 'post',
-      'default_value' => NULL,
-      'deleted' => '0',
-      'description' => 'Post description (can only be used if link is specified)',
-      'display' => array(
-        'default' => array(
-          'label' => 'above',
-          'module' => 'text',
-          'settings' => array(),
-          'type' => 'text_default',
-          'weight' => 5,
-        ),
-      ),
-      'entity_type' => 'facebook_publication',
-      'field_name' => 'field_facebook_description',
-      'label' => 'Description',
-      'required' => 0,
-      'settings' => array(
-        'text_processing' => '0',
-        'user_register_form' => FALSE,
-      ),
-      'widget' => array(
-        'active' => 1,
-        'module' => 'text',
-        'settings' => array(
-          'rows' => '5',
-        ),
-        'type' => 'text_textarea',
-        'weight' => '46',
-      ),
-    ),
-  );
-
-  // Exported field: 'facebook_publication-post-field_facebook_link'.
-  $fields['facebook_publication-post-field_facebook_link'] = array(
-    'field_config' => array(
-      'active' => '1',
-      'cardinality' => '1',
-      'deleted' => '0',
-      'entity_types' => array(),
-      'field_name' => 'field_facebook_link',
-      'foreign keys' => array(
-        'format' => array(
-          'columns' => array(
-            'format' => 'format',
-          ),
-          'table' => 'filter_format',
-        ),
-      ),
-      'indexes' => array(
-        'format' => array(
-          0 => 'format',
-        ),
-      ),
-      'locked' => '0',
-      'module' => 'text',
-      'settings' => array(
-        'max_length' => '255',
-      ),
-      'translatable' => '0',
-      'type' => 'text',
-    ),
-    'field_instance' => array(
-      'bundle' => 'post',
-      'default_value' => NULL,
-      'deleted' => '0',
-      'description' => 'Post URL',
-      'display' => array(
-        'default' => array(
-          'label' => 'above',
-          'module' => 'text',
-          'settings' => array(),
-          'type' => 'text_default',
-          'weight' => 1,
-        ),
-      ),
-      'entity_type' => 'facebook_publication',
-      'field_name' => 'field_facebook_link',
-      'label' => 'Link',
-      'required' => 0,
-      'settings' => array(
-        'text_processing' => '0',
-        'user_register_form' => FALSE,
-      ),
-      'widget' => array(
-        'active' => 1,
-        'module' => 'text',
-        'settings' => array(
-          'size' => '60',
-        ),
-        'type' => 'text_textfield',
-        'weight' => '42',
-      ),
-    ),
-  );
-
-  // Exported field: 'facebook_publication-post-field_facebook_message'.
-  $fields['facebook_publication-post-field_facebook_message'] = array(
-    'field_config' => array(
-      'active' => '1',
-      'cardinality' => '1',
-      'deleted' => '0',
-      'entity_types' => array(),
-      'field_name' => 'field_facebook_message',
-      'foreign keys' => array(
-        'format' => array(
-          'columns' => array(
-            'format' => 'format',
-          ),
-          'table' => 'filter_format',
-        ),
-      ),
-      'indexes' => array(
-        'format' => array(
-          0 => 'format',
-        ),
-      ),
-      'locked' => '0',
-      'module' => 'text',
-      'settings' => array(),
-      'translatable' => '0',
-      'type' => 'text_long',
-    ),
-    'field_instance' => array(
-      'bundle' => 'post',
-      'default_value' => NULL,
-      'deleted' => '0',
-      'description' => 'Post message',
-      'display' => array(
-        'default' => array(
-          'label' => 'above',
-          'module' => 'text',
-          'settings' => array(),
-          'type' => 'text_default',
-          'weight' => 0,
-        ),
-      ),
-      'entity_type' => 'facebook_publication',
-      'field_name' => 'field_facebook_message',
-      'label' => 'Message',
-      'required' => 0,
-      'settings' => array(
-        'text_processing' => '0',
-        'user_register_form' => FALSE,
-      ),
-      'widget' => array(
-        'active' => 1,
-        'module' => 'text',
-        'settings' => array(
-          'rows' => '5',
-        ),
-        'type' => 'text_textarea',
-        'weight' => '41',
-      ),
-    ),
-  );
-
-  // Exported field: 'facebook_publication-post-field_facebook_name'.
-  $fields['facebook_publication-post-field_facebook_name'] = array(
-    'field_config' => array(
-      'active' => '1',
-      'cardinality' => '1',
-      'deleted' => '0',
-      'entity_types' => array(),
-      'field_name' => 'field_facebook_name',
-      'foreign keys' => array(
-        'format' => array(
-          'columns' => array(
-            'format' => 'format',
-          ),
-          'table' => 'filter_format',
-        ),
-      ),
-      'indexes' => array(
-        'format' => array(
-          0 => 'format',
-        ),
-      ),
-      'locked' => '0',
-      'module' => 'text',
-      'settings' => array(
-        'max_length' => '255',
-      ),
-      'translatable' => '0',
-      'type' => 'text',
-    ),
-    'field_instance' => array(
-      'bundle' => 'post',
-      'default_value' => NULL,
-      'deleted' => '0',
-      'description' => 'Post name (can only be used if link is specified)',
-      'display' => array(
-        'default' => array(
-          'label' => 'above',
-          'module' => 'text',
-          'settings' => array(),
-          'type' => 'text_default',
-          'weight' => 3,
-        ),
-      ),
-      'entity_type' => 'facebook_publication',
-      'field_name' => 'field_facebook_name',
-      'label' => 'Name',
-      'required' => 0,
-      'settings' => array(
-        'text_processing' => '0',
-        'user_register_form' => FALSE,
-      ),
-      'widget' => array(
-        'active' => 1,
-        'module' => 'text',
-        'settings' => array(
-          'size' => '60',
-        ),
-        'type' => 'text_textfield',
-        'weight' => '44',
-      ),
-    ),
-  );
-
-  // Exported field: 'facebook_publication-post-field_facebook_picture'.
-  $fields['facebook_publication-post-field_facebook_picture'] = array(
-    'field_config' => array(
-      'active' => '1',
-      'cardinality' => '1',
-      'deleted' => '0',
-      'entity_types' => array(),
-      'field_name' => 'field_facebook_picture',
-      'foreign keys' => array(
-        'format' => array(
-          'columns' => array(
-            'format' => 'format',
-          ),
-          'table' => 'filter_format',
-        ),
-      ),
-      'indexes' => array(
-        'format' => array(
-          0 => 'format',
-        ),
-      ),
-      'locked' => '0',
-      'module' => 'text',
-      'settings' => array(
-        'max_length' => '255',
-      ),
-      'translatable' => '0',
-      'type' => 'text',
-    ),
-    'field_instance' => array(
-      'bundle' => 'post',
-      'default_value' => NULL,
-      'deleted' => '0',
-      'description' => 'Post thumbnail image (can only be used if link is specified)',
-      'display' => array(
-        'default' => array(
-          'label' => 'above',
-          'module' => 'text',
-          'settings' => array(),
-          'type' => 'text_default',
-          'weight' => 2,
-        ),
-      ),
-      'entity_type' => 'facebook_publication',
-      'field_name' => 'field_facebook_picture',
-      'label' => 'Picture',
-      'required' => 0,
-      'settings' => array(
-        'text_processing' => '0',
-        'user_register_form' => FALSE,
-      ),
-      'widget' => array(
-        'active' => 1,
-        'module' => 'text',
-        'settings' => array(
-          'size' => '60',
-        ),
-        'type' => 'text_textfield',
-        'weight' => '43',
-      ),
-    ),
-  );
-
-  // Exported field: 'facebook_publication-post-field_facebook_published'.
-  $fields['facebook_publication-post-field_facebook_published'] = array(
-    'field_config' => array(
-      'active' => '1',
-      'cardinality' => '1',
-      'deleted' => '0',
-      'entity_types' => array(),
-      'field_name' => 'field_facebook_published',
-      'foreign keys' => array(),
-      'indexes' => array(
-        'value' => array(
-          0 => 'value',
-        ),
-      ),
-      'locked' => '0',
-      'module' => 'list',
-      'settings' => array(
-        'allowed_values' => array(
-          0 => '',
-          1 => '',
-        ),
-        'allowed_values_function' => '',
-      ),
-      'translatable' => '0',
-      'type' => 'list_boolean',
-    ),
-    'field_instance' => array(
-      'bundle' => 'post',
-      'default_value' => array(
-        0 => array(
-          'value' => 1,
-        ),
-      ),
-      'deleted' => '0',
-      'description' => 'Whether a post is published. Default is published. This field is `not` supported when actions parameter is specified.',
-      'display' => array(
-        'default' => array(
-          'label' => 'above',
-          'module' => 'list',
-          'settings' => array(),
-          'type' => 'list_default',
-          'weight' => 8,
-        ),
-      ),
-      'entity_type' => 'facebook_publication',
-      'field_name' => 'field_facebook_published',
-      'label' => 'Published',
-      'required' => 0,
-      'settings' => array(
-        'user_register_form' => FALSE,
-      ),
-      'widget' => array(
-        'active' => 1,
-        'module' => 'options',
-        'settings' => array(
-          'display_label' => 1,
-        ),
-        'type' => 'options_onoff',
-        'weight' => '49',
-      ),
-    ),
-  );
-
-  // Exported field: 'facebook_publication-post-field_facebook_scheduled_publish'.
-  $fields['facebook_publication-post-field_facebook_scheduled_publish'] = array(
-    'field_config' => array(
-      'active' => '1',
-      'cardinality' => '1',
-      'deleted' => '0',
-      'entity_types' => array(),
-      'field_name' => 'field_facebook_scheduled_publish',
-      'foreign keys' => array(),
-      'indexes' => array(),
-      'locked' => '0',
-      'module' => 'number',
-      'settings' => array(),
-      'translatable' => '0',
-      'type' => 'number_integer',
-    ),
-    'field_instance' => array(
-      'bundle' => 'post',
-      'default_value' => NULL,
-      'deleted' => '0',
-      'description' => 'Time when the page post should go live, this should be between 10 mins and 6 months from the time of publishing the post.
-
-UNIX timestamp',
-      'display' => array(
-        'default' => array(
-          'label' => 'above',
-          'module' => 'number',
-          'settings' => array(
-            'decimal_separator' => '.',
-            'prefix_suffix' => TRUE,
-            'scale' => 0,
-            'thousand_separator' => ' ',
-          ),
-          'type' => 'number_integer',
-          'weight' => 9,
-        ),
-      ),
-      'entity_type' => 'facebook_publication',
-      'field_name' => 'field_facebook_scheduled_publish',
-      'label' => 'Scheduled publish time',
-      'required' => 0,
-      'settings' => array(
-        'max' => '',
-        'min' => '',
-        'prefix' => '',
-        'suffix' => '',
-        'user_register_form' => FALSE,
-      ),
-      'widget' => array(
-        'active' => 0,
-        'module' => 'number',
-        'settings' => array(),
-        'type' => 'number',
-        'weight' => '50',
-      ),
-    ),
-  );
-
-  // Exported field: 'facebook_publication-post-field_facebook_targeting'.
-  $fields['facebook_publication-post-field_facebook_targeting'] = array(
-    'field_config' => array(
-      'active' => '1',
-      'cardinality' => '1',
-      'deleted' => '0',
-      'entity_types' => array(),
-      'field_name' => 'field_facebook_targeting',
-      'foreign keys' => array(
-        'format' => array(
-          'columns' => array(
-            'format' => 'format',
-          ),
-          'table' => 'filter_format',
-        ),
-      ),
-      'indexes' => array(
-        'format' => array(
-          0 => 'format',
-        ),
-      ),
-      'locked' => '0',
-      'module' => 'text',
-      'settings' => array(),
-      'translatable' => '0',
-      'type' => 'text_long',
-    ),
-    'field_instance' => array(
-      'bundle' => 'post',
-      'default_value' => NULL,
-      'deleted' => '0',
-      'description' => 'JSON object containing countries, cities, regions or locales 
-Example: {\'countries\':[\'US\',\'GB\']}',
-      'display' => array(
-        'default' => array(
-          'label' => 'above',
-          'module' => 'text',
-          'settings' => array(),
-          'type' => 'text_default',
-          'weight' => 7,
-        ),
-      ),
-      'entity_type' => 'facebook_publication',
-      'field_name' => 'field_facebook_targeting',
-      'label' => 'Targeting',
-      'required' => 0,
-      'settings' => array(
-        'text_processing' => '0',
-        'user_register_form' => FALSE,
-      ),
-      'widget' => array(
-        'active' => 1,
-        'module' => 'text',
-        'settings' => array(
-          'rows' => '5',
-        ),
-        'type' => 'text_textarea',
-        'weight' => '48',
-      ),
-    ),
-  );
-
-  // Exported field: 'facebook_publication-question-field_facebook_allow_new_options'.
-  $fields['facebook_publication-question-field_facebook_allow_new_options'] = array(
-    'field_config' => array(
-      'active' => '1',
-      'cardinality' => '1',
-      'deleted' => '0',
-      'entity_types' => array(),
-      'field_name' => 'field_facebook_allow_new_options',
-      'foreign keys' => array(),
-      'indexes' => array(
-        'value' => array(
-          0 => 'value',
-        ),
-      ),
-      'locked' => '0',
-      'module' => 'list',
-      'settings' => array(
-        'allowed_values' => array(
-          0 => '',
-          1 => '',
-        ),
-        'allowed_values_function' => '',
-      ),
-      'translatable' => '0',
-      'type' => 'list_boolean',
-    ),
-    'field_instance' => array(
-      'bundle' => 'question',
-      'default_value' => array(
-        0 => array(
-          'value' => 1,
-        ),
-      ),
-      'deleted' => '0',
-      'description' => 'Allows other users to add new options (True by default)',
-      'display' => array(
-        'default' => array(
-          'label' => 'above',
-          'module' => 'list',
-          'settings' => array(),
-          'type' => 'list_default',
-          'weight' => 2,
-        ),
-      ),
-      'entity_type' => 'facebook_publication',
-      'field_name' => 'field_facebook_allow_new_options',
-      'label' => 'Allow new options',
-      'required' => 0,
-      'settings' => array(
-        'user_register_form' => FALSE,
-      ),
-      'widget' => array(
-        'active' => 1,
-        'module' => 'options',
-        'settings' => array(
-          'display_label' => 1,
-        ),
-        'type' => 'options_onoff',
-        'weight' => '43',
-      ),
-    ),
-  );
-
-  // Exported field: 'facebook_publication-question-field_facebook_options'.
-  $fields['facebook_publication-question-field_facebook_options'] = array(
-    'field_config' => array(
-      'active' => '1',
-      'cardinality' => '-1',
-      'deleted' => '0',
-      'entity_types' => array(),
-      'field_name' => 'field_facebook_options',
-      'foreign keys' => array(
-        'format' => array(
-          'columns' => array(
-            'format' => 'format',
-          ),
-          'table' => 'filter_format',
-        ),
-      ),
-      'indexes' => array(
-        'format' => array(
-          0 => 'format',
-        ),
-      ),
-      'locked' => '0',
-      'module' => 'text',
-      'settings' => array(
-        'max_length' => '255',
-      ),
-      'translatable' => '0',
-      'type' => 'text',
-    ),
-    'field_instance' => array(
-      'bundle' => 'question',
-      'default_value' => NULL,
-      'deleted' => '0',
-      'description' => 'Array of answer options (one option per field value)',
-      'display' => array(
-        'default' => array(
-          'label' => 'above',
-          'module' => 'text',
-          'settings' => array(),
-          'type' => 'text_default',
-          'weight' => 1,
-        ),
-      ),
-      'entity_type' => 'facebook_publication',
-      'field_name' => 'field_facebook_options',
-      'label' => 'Options',
-      'required' => 0,
-      'settings' => array(
-        'text_processing' => '0',
-        'user_register_form' => FALSE,
-      ),
-      'widget' => array(
-        'active' => 1,
-        'module' => 'text',
-        'settings' => array(
-          'size' => '60',
-        ),
-        'type' => 'text_textfield',
-        'weight' => '42',
-      ),
-    ),
-  );
-
-  // Exported field: 'facebook_publication-question-field_facebook_published'.
-  $fields['facebook_publication-question-field_facebook_published'] = array(
-    'field_config' => array(
-      'active' => '1',
-      'cardinality' => '1',
-      'deleted' => '0',
-      'entity_types' => array(),
-      'field_name' => 'field_facebook_published',
-      'foreign keys' => array(),
-      'indexes' => array(
-        'value' => array(
-          0 => 'value',
-        ),
-      ),
-      'locked' => '0',
-      'module' => 'list',
-      'settings' => array(
-        'allowed_values' => array(
-          0 => '',
-          1 => '',
-        ),
-        'allowed_values_function' => '',
-      ),
-      'translatable' => '0',
-      'type' => 'list_boolean',
-    ),
-    'field_instance' => array(
-      'bundle' => 'question',
-      'default_value' => array(
-        0 => array(
-          'value' => 1,
-        ),
-      ),
-      'deleted' => '0',
-      'description' => 'Whether a post is published. Default is published.',
-      'display' => array(
-        'default' => array(
-          'label' => 'above',
-          'module' => 'list',
-          'settings' => array(),
-          'type' => 'list_default',
-          'weight' => 3,
-        ),
-      ),
-      'entity_type' => 'facebook_publication',
-      'field_name' => 'field_facebook_published',
-      'label' => 'Published',
-      'required' => 0,
-      'settings' => array(
-        'user_register_form' => FALSE,
-      ),
-      'widget' => array(
-        'active' => 1,
-        'module' => 'options',
-        'settings' => array(
-          'display_label' => 1,
-        ),
-        'type' => 'options_onoff',
-        'weight' => '45',
-      ),
-    ),
-  );
-
-  // Exported field: 'facebook_publication-question-field_facebook_question'.
-  $fields['facebook_publication-question-field_facebook_question'] = array(
-    'field_config' => array(
-      'active' => '1',
-      'cardinality' => '1',
-      'deleted' => '0',
-      'entity_types' => array(),
-      'field_name' => 'field_facebook_question',
-      'foreign keys' => array(
-        'format' => array(
-          'columns' => array(
-            'format' => 'format',
-          ),
-          'table' => 'filter_format',
-        ),
-      ),
-      'indexes' => array(
-        'format' => array(
-          0 => 'format',
-        ),
-      ),
-      'locked' => '0',
-      'module' => 'text',
-      'settings' => array(),
-      'translatable' => '0',
-      'type' => 'text_long',
-    ),
-    'field_instance' => array(
-      'bundle' => 'question',
-      'default_value' => NULL,
-      'deleted' => '0',
-      'description' => 'The text of the question',
-      'display' => array(
-        'default' => array(
-          'label' => 'above',
-          'module' => 'text',
-          'settings' => array(),
-          'type' => 'text_default',
-          'weight' => 0,
-        ),
-      ),
-      'entity_type' => 'facebook_publication',
-      'field_name' => 'field_facebook_question',
-      'label' => 'Question',
-      'required' => 1,
-      'settings' => array(
-        'text_processing' => '0',
-        'user_register_form' => FALSE,
-      ),
-      'widget' => array(
-        'active' => 1,
-        'module' => 'text',
-        'settings' => array(
-          'rows' => '5',
-        ),
-        'type' => 'text_textarea',
-        'weight' => '41',
-      ),
-    ),
-  );
-
-  // Exported field: 'facebook_publication-question-field_facebook_scheduled_publish'.
-  $fields['facebook_publication-question-field_facebook_scheduled_publish'] = array(
-    'field_config' => array(
-      'active' => '1',
-      'cardinality' => '1',
-      'deleted' => '0',
-      'entity_types' => array(),
-      'field_name' => 'field_facebook_scheduled_publish',
-      'foreign keys' => array(),
-      'indexes' => array(),
-      'locked' => '0',
-      'module' => 'number',
-      'settings' => array(),
-      'translatable' => '0',
-      'type' => 'number_integer',
-    ),
-    'field_instance' => array(
-      'bundle' => 'question',
-      'default_value' => NULL,
-      'deleted' => '0',
-      'description' => 'Time when the page post should go live, this should be between 10 mins and 6 months from the time of publishing the post. UNIX timestamp',
-      'display' => array(
-        'default' => array(
-          'label' => 'above',
-          'module' => 'number',
-          'settings' => array(
-            'decimal_separator' => '.',
-            'prefix_suffix' => TRUE,
-            'scale' => 0,
-            'thousand_separator' => ' ',
-          ),
-          'type' => 'number_integer',
-          'weight' => 4,
-        ),
-      ),
-      'entity_type' => 'facebook_publication',
-      'field_name' => 'field_facebook_scheduled_publish',
-      'label' => 'Scheduled publish time',
-      'required' => 0,
-      'settings' => array(
-        'max' => '',
-        'min' => '',
-        'prefix' => '',
-        'suffix' => '',
-        'user_register_form' => FALSE,
-      ),
-      'widget' => array(
-        'active' => 0,
-        'module' => 'number',
-        'settings' => array(),
-        'type' => 'number',
-        'weight' => '47',
-      ),
-    ),
-  );
-
-  // Exported field: 'facebook_publication-status-field_facebook_message'.
-  $fields['facebook_publication-status-field_facebook_message'] = array(
-    'field_config' => array(
-      'active' => '1',
-      'cardinality' => '1',
-      'deleted' => '0',
-      'entity_types' => array(),
-      'field_name' => 'field_facebook_message',
-      'foreign keys' => array(
-        'format' => array(
-          'columns' => array(
-            'format' => 'format',
-          ),
-          'table' => 'filter_format',
-        ),
-      ),
-      'indexes' => array(
-        'format' => array(
-          0 => 'format',
-        ),
-      ),
-      'locked' => '0',
-      'module' => 'text',
-      'settings' => array(),
-      'translatable' => '0',
-      'type' => 'text_long',
-    ),
-    'field_instance' => array(
-      'bundle' => 'status',
-      'default_value' => NULL,
-      'deleted' => '0',
-      'description' => 'Status Message content',
-      'display' => array(
-        'default' => array(
-          'label' => 'above',
-          'module' => 'text',
-          'settings' => array(),
-          'type' => 'text_default',
-          'weight' => 0,
-        ),
-      ),
-      'entity_type' => 'facebook_publication',
-      'field_name' => 'field_facebook_message',
-      'label' => 'Message',
-      'required' => 1,
-      'settings' => array(
-        'text_processing' => '0',
-        'user_register_form' => FALSE,
-      ),
-      'widget' => array(
-        'active' => 1,
-        'module' => 'text',
-        'settings' => array(
-          'rows' => '5',
-        ),
-        'type' => 'text_textarea',
-        'weight' => '42',
-      ),
-    ),
-  );
-
-  // Exported field: 'facebook_publication-status-field_facebook_published'.
-  $fields['facebook_publication-status-field_facebook_published'] = array(
-    'field_config' => array(
-      'active' => '1',
-      'cardinality' => '1',
-      'deleted' => '0',
-      'entity_types' => array(),
-      'field_name' => 'field_facebook_published',
-      'foreign keys' => array(),
-      'indexes' => array(
-        'value' => array(
-          0 => 'value',
-        ),
-      ),
-      'locked' => '0',
-      'module' => 'list',
-      'settings' => array(
-        'allowed_values' => array(
-          0 => '',
-          1 => '',
-        ),
-        'allowed_values_function' => '',
-      ),
-      'translatable' => '0',
-      'type' => 'list_boolean',
-    ),
-    'field_instance' => array(
-      'bundle' => 'status',
-      'default_value' => array(
-        0 => array(
-          'value' => 1,
-        ),
-      ),
-      'deleted' => '0',
-      'description' => 'Whether a post is published. Default is published.',
-      'display' => array(
-        'default' => array(
-          'label' => 'above',
-          'module' => 'list',
-          'settings' => array(),
-          'type' => 'list_default',
-          'weight' => 1,
-        ),
-      ),
-      'entity_type' => 'facebook_publication',
-      'field_name' => 'field_facebook_published',
-      'label' => 'Published',
-      'required' => 0,
-      'settings' => array(
-        'user_register_form' => FALSE,
-      ),
-      'widget' => array(
-        'active' => 1,
-        'module' => 'options',
-        'settings' => array(
-          'display_label' => 1,
-        ),
-        'type' => 'options_onoff',
-        'weight' => '44',
-      ),
-    ),
-  );
-
-  // Exported field: 'facebook_publication-status-field_facebook_scheduled_publish'.
-  $fields['facebook_publication-status-field_facebook_scheduled_publish'] = array(
-    'field_config' => array(
-      'active' => '1',
-      'cardinality' => '1',
-      'deleted' => '0',
-      'entity_types' => array(),
-      'field_name' => 'field_facebook_scheduled_publish',
-      'foreign keys' => array(),
-      'indexes' => array(),
-      'locked' => '0',
-      'module' => 'number',
-      'settings' => array(),
-      'translatable' => '0',
-      'type' => 'number_integer',
-    ),
-    'field_instance' => array(
-      'bundle' => 'status',
-      'default_value' => NULL,
-      'deleted' => '0',
-      'description' => 'Time when the page post should go live, this should be between 10 mins and 6 months from the time of publishing the post. UNIX timestamp',
-      'display' => array(
-        'default' => array(
-          'label' => 'above',
-          'module' => 'number',
-          'settings' => array(
-            'decimal_separator' => '.',
-            'prefix_suffix' => TRUE,
-            'scale' => 0,
-            'thousand_separator' => ' ',
-          ),
-          'type' => 'number_integer',
-          'weight' => 2,
-        ),
-      ),
-      'entity_type' => 'facebook_publication',
-      'field_name' => 'field_facebook_scheduled_publish',
-      'label' => 'Scheduled publish time',
-      'required' => 0,
-      'settings' => array(
-        'max' => '',
-        'min' => '',
-        'prefix' => '',
-        'suffix' => '',
-        'user_register_form' => FALSE,
-      ),
-      'widget' => array(
-        'active' => 0,
-        'module' => 'number',
-        'settings' => array(),
-        'type' => 'number',
-        'weight' => '46',
-      ),
-    ),
-  );
-
-  // Translatables
-  // Included for use with string extractors like potx.
-  t('Actions');
-  t('Allow new options');
-  t('Allows other users to add new options (True by default)');
-  t('Array of answer options (one option per field value)');
-  t('Caption');
-  t('Description');
-  t('End time');
-  t('Link');
-  t('Event description');
-  t('Event end time, in ISO-8601');
-  t('Event location');
-  t('Event name.');
-  t('Event privacy setting');
-  t('Event start time, in ISO-8601');
-  t('Facebook Place ID of the place the Event is taking place');
-  t('Facebook photo image. If the name is not set, then the title of the image will be used if set.');
-  t('Feed targeting');
-  t('JSON object containing countries, cities, regions or locales 
-Example: {\'countries\':[\'US\',\'GB\']}');
-  t('JSON object containing targeting parameters 
-See [Feed Targeting](#targeting)');
-  t('Link');
-  t('Link URL');
-  t('Link message');
-  t('Location');
-  t('Location ID');
-  t('Message');
-  t('Message');
-  t('Name');
-  t('Note content');
-  t('Options');
-  t('Photo description');
-  t('Picture');
-  t('Post URL');
-  t('Post actions.
-
-Input the name and link in the following way:
-name|link');
-  t('Post caption (can only be used if link is specified)');
-  t('Post description (can only be used if link is specified)');
-  t('Post message');
-  t('Post name (can only be used if link is specified)');
-  t('Post thumbnail image (can only be used if link is specified)');
-  t('Privacy type');
-  t('Published');
-  t('Published');
-  t('Question');
-  t('Scheduled publish time');
-  t('Source');
-  t('Start time');
-  t('Status Message content');
-  t('Subject');
-  t('Targeting');
-  t('The subject of the Note');
-  t('The text of the question');
-  t('Time when the page post should go live, this should be between 10 mins and 6 months from the time of publishing the post.
-
-UNIX timestamp');
-  t('Time when the page post should go live, this should be between 10 mins and 6 months from the time of publishing the post. UNIX timestamp');
-  t('Time when the page post should go live, this should be between 10 mins and 6 months from the time of publishing the post. UNIX timestamp.');
-  t('Whether a post is published. Default is published.');
-  t('Whether a post is published. Default is published. This field is `not` supported when actions parameter is specified.');
-
-  return $fields;
-}
diff --git a/fb_autopost_types/fb_autopost_types.features.field_base.inc b/fb_autopost_types/fb_autopost_types.features.field_base.inc
index fa83560..50911f2 100644
--- a/fb_autopost_types/fb_autopost_types.features.field_base.inc
+++ b/fb_autopost_types/fb_autopost_types.features.field_base.inc
@@ -10,21 +10,13 @@
 function fb_autopost_types_field_default_field_bases() {
   $field_bases = array();
 
-  // Exported field_base: 'field_facebook_actions'
+  // Exported field_base: 'field_facebook_actions'.
   $field_bases['field_facebook_actions'] = array(
     'active' => 1,
     'cardinality' => 1,
     'deleted' => 0,
     'entity_types' => array(),
     'field_name' => 'field_facebook_actions',
-    'foreign keys' => array(
-      'format' => array(
-        'columns' => array(
-          'format' => 'format',
-        ),
-        'table' => 'filter_format',
-      ),
-    ),
     'indexes' => array(
       'format' => array(
         0 => 'format',
@@ -39,14 +31,13 @@ function fb_autopost_types_field_default_field_bases() {
     'type' => 'text',
   );
 
-  // Exported field_base: 'field_facebook_allow_new_options'
+  // Exported field_base: 'field_facebook_allow_new_options'.
   $field_bases['field_facebook_allow_new_options'] = array(
     'active' => 1,
     'cardinality' => 1,
     'deleted' => 0,
     'entity_types' => array(),
     'field_name' => 'field_facebook_allow_new_options',
-    'foreign keys' => array(),
     'indexes' => array(
       'value' => array(
         0 => 'value',
@@ -65,21 +56,13 @@ function fb_autopost_types_field_default_field_bases() {
     'type' => 'list_boolean',
   );
 
-  // Exported field_base: 'field_facebook_caption'
+  // Exported field_base: 'field_facebook_caption'.
   $field_bases['field_facebook_caption'] = array(
     'active' => 1,
     'cardinality' => 1,
     'deleted' => 0,
     'entity_types' => array(),
     'field_name' => 'field_facebook_caption',
-    'foreign keys' => array(
-      'format' => array(
-        'columns' => array(
-          'format' => 'format',
-        ),
-        'table' => 'filter_format',
-      ),
-    ),
     'indexes' => array(
       'format' => array(
         0 => 'format',
@@ -94,21 +77,13 @@ function fb_autopost_types_field_default_field_bases() {
     'type' => 'text',
   );
 
-  // Exported field_base: 'field_facebook_description'
+  // Exported field_base: 'field_facebook_description'.
   $field_bases['field_facebook_description'] = array(
     'active' => 1,
     'cardinality' => 1,
     'deleted' => 0,
     'entity_types' => array(),
     'field_name' => 'field_facebook_description',
-    'foreign keys' => array(
-      'format' => array(
-        'columns' => array(
-          'format' => 'format',
-        ),
-        'table' => 'filter_format',
-      ),
-    ),
     'indexes' => array(
       'format' => array(
         0 => 'format',
@@ -121,14 +96,13 @@ function fb_autopost_types_field_default_field_bases() {
     'type' => 'text_long',
   );
 
-  // Exported field_base: 'field_facebook_end_time'
+  // Exported field_base: 'field_facebook_end_time'.
   $field_bases['field_facebook_end_time'] = array(
     'active' => 1,
     'cardinality' => 1,
     'deleted' => 0,
     'entity_types' => array(),
     'field_name' => 'field_facebook_end_time',
-    'foreign keys' => array(),
     'indexes' => array(),
     'locked' => 0,
     'module' => 'number',
@@ -137,21 +111,13 @@ function fb_autopost_types_field_default_field_bases() {
     'type' => 'number_integer',
   );
 
-  // Exported field_base: 'field_facebook_feed_targeting'
+  // Exported field_base: 'field_facebook_feed_targeting'.
   $field_bases['field_facebook_feed_targeting'] = array(
     'active' => 1,
     'cardinality' => 1,
     'deleted' => 0,
     'entity_types' => array(),
     'field_name' => 'field_facebook_feed_targeting',
-    'foreign keys' => array(
-      'format' => array(
-        'columns' => array(
-          'format' => 'format',
-        ),
-        'table' => 'filter_format',
-      ),
-    ),
     'indexes' => array(
       'format' => array(
         0 => 'format',
@@ -164,21 +130,13 @@ function fb_autopost_types_field_default_field_bases() {
     'type' => 'text_long',
   );
 
-  // Exported field_base: 'field_facebook_link'
+  // Exported field_base: 'field_facebook_link'.
   $field_bases['field_facebook_link'] = array(
     'active' => 1,
     'cardinality' => 1,
     'deleted' => 0,
     'entity_types' => array(),
     'field_name' => 'field_facebook_link',
-    'foreign keys' => array(
-      'format' => array(
-        'columns' => array(
-          'format' => 'format',
-        ),
-        'table' => 'filter_format',
-      ),
-    ),
     'indexes' => array(
       'format' => array(
         0 => 'format',
@@ -193,21 +151,13 @@ function fb_autopost_types_field_default_field_bases() {
     'type' => 'text',
   );
 
-  // Exported field_base: 'field_facebook_location'
+  // Exported field_base: 'field_facebook_location'.
   $field_bases['field_facebook_location'] = array(
     'active' => 1,
     'cardinality' => 1,
     'deleted' => 0,
     'entity_types' => array(),
     'field_name' => 'field_facebook_location',
-    'foreign keys' => array(
-      'format' => array(
-        'columns' => array(
-          'format' => 'format',
-        ),
-        'table' => 'filter_format',
-      ),
-    ),
     'indexes' => array(
       'format' => array(
         0 => 'format',
@@ -222,21 +172,13 @@ function fb_autopost_types_field_default_field_bases() {
     'type' => 'text',
   );
 
-  // Exported field_base: 'field_facebook_location_id'
+  // Exported field_base: 'field_facebook_location_id'.
   $field_bases['field_facebook_location_id'] = array(
     'active' => 1,
     'cardinality' => 1,
     'deleted' => 0,
     'entity_types' => array(),
     'field_name' => 'field_facebook_location_id',
-    'foreign keys' => array(
-      'format' => array(
-        'columns' => array(
-          'format' => 'format',
-        ),
-        'table' => 'filter_format',
-      ),
-    ),
     'indexes' => array(
       'format' => array(
         0 => 'format',
@@ -251,21 +193,13 @@ function fb_autopost_types_field_default_field_bases() {
     'type' => 'text',
   );
 
-  // Exported field_base: 'field_facebook_message'
+  // Exported field_base: 'field_facebook_message'.
   $field_bases['field_facebook_message'] = array(
     'active' => 1,
     'cardinality' => 1,
     'deleted' => 0,
     'entity_types' => array(),
     'field_name' => 'field_facebook_message',
-    'foreign keys' => array(
-      'format' => array(
-        'columns' => array(
-          'format' => 'format',
-        ),
-        'table' => 'filter_format',
-      ),
-    ),
     'indexes' => array(
       'format' => array(
         0 => 'format',
@@ -278,21 +212,13 @@ function fb_autopost_types_field_default_field_bases() {
     'type' => 'text_long',
   );
 
-  // Exported field_base: 'field_facebook_name'
+  // Exported field_base: 'field_facebook_name'.
   $field_bases['field_facebook_name'] = array(
     'active' => 1,
     'cardinality' => 1,
     'deleted' => 0,
     'entity_types' => array(),
     'field_name' => 'field_facebook_name',
-    'foreign keys' => array(
-      'format' => array(
-        'columns' => array(
-          'format' => 'format',
-        ),
-        'table' => 'filter_format',
-      ),
-    ),
     'indexes' => array(
       'format' => array(
         0 => 'format',
@@ -307,21 +233,13 @@ function fb_autopost_types_field_default_field_bases() {
     'type' => 'text',
   );
 
-  // Exported field_base: 'field_facebook_options'
+  // Exported field_base: 'field_facebook_options'.
   $field_bases['field_facebook_options'] = array(
     'active' => 1,
     'cardinality' => -1,
     'deleted' => 0,
     'entity_types' => array(),
     'field_name' => 'field_facebook_options',
-    'foreign keys' => array(
-      'format' => array(
-        'columns' => array(
-          'format' => 'format',
-        ),
-        'table' => 'filter_format',
-      ),
-    ),
     'indexes' => array(
       'format' => array(
         0 => 'format',
@@ -336,21 +254,13 @@ function fb_autopost_types_field_default_field_bases() {
     'type' => 'text',
   );
 
-  // Exported field_base: 'field_facebook_picture'
+  // Exported field_base: 'field_facebook_picture'.
   $field_bases['field_facebook_picture'] = array(
     'active' => 1,
     'cardinality' => 1,
     'deleted' => 0,
     'entity_types' => array(),
     'field_name' => 'field_facebook_picture',
-    'foreign keys' => array(
-      'format' => array(
-        'columns' => array(
-          'format' => 'format',
-        ),
-        'table' => 'filter_format',
-      ),
-    ),
     'indexes' => array(
       'format' => array(
         0 => 'format',
@@ -365,14 +275,13 @@ function fb_autopost_types_field_default_field_bases() {
     'type' => 'text',
   );
 
-  // Exported field_base: 'field_facebook_privacy_type'
+  // Exported field_base: 'field_facebook_privacy_type'.
   $field_bases['field_facebook_privacy_type'] = array(
     'active' => 1,
     'cardinality' => 1,
     'deleted' => 0,
     'entity_types' => array(),
     'field_name' => 'field_facebook_privacy_type',
-    'foreign keys' => array(),
     'indexes' => array(
       'value' => array(
         0 => 'value',
@@ -392,14 +301,13 @@ function fb_autopost_types_field_default_field_bases() {
     'type' => 'list_text',
   );
 
-  // Exported field_base: 'field_facebook_published'
+  // Exported field_base: 'field_facebook_published'.
   $field_bases['field_facebook_published'] = array(
     'active' => 1,
     'cardinality' => 1,
     'deleted' => 0,
     'entity_types' => array(),
     'field_name' => 'field_facebook_published',
-    'foreign keys' => array(),
     'indexes' => array(
       'value' => array(
         0 => 'value',
@@ -418,21 +326,13 @@ function fb_autopost_types_field_default_field_bases() {
     'type' => 'list_boolean',
   );
 
-  // Exported field_base: 'field_facebook_question'
+  // Exported field_base: 'field_facebook_question'.
   $field_bases['field_facebook_question'] = array(
     'active' => 1,
     'cardinality' => 1,
     'deleted' => 0,
     'entity_types' => array(),
     'field_name' => 'field_facebook_question',
-    'foreign keys' => array(
-      'format' => array(
-        'columns' => array(
-          'format' => 'format',
-        ),
-        'table' => 'filter_format',
-      ),
-    ),
     'indexes' => array(
       'format' => array(
         0 => 'format',
@@ -445,14 +345,13 @@ function fb_autopost_types_field_default_field_bases() {
     'type' => 'text_long',
   );
 
-  // Exported field_base: 'field_facebook_scheduled_publish'
+  // Exported field_base: 'field_facebook_scheduled_publish'.
   $field_bases['field_facebook_scheduled_publish'] = array(
     'active' => 1,
     'cardinality' => 1,
     'deleted' => 0,
     'entity_types' => array(),
     'field_name' => 'field_facebook_scheduled_publish',
-    'foreign keys' => array(),
     'indexes' => array(),
     'locked' => 0,
     'module' => 'number',
@@ -461,21 +360,13 @@ function fb_autopost_types_field_default_field_bases() {
     'type' => 'number_integer',
   );
 
-  // Exported field_base: 'field_facebook_source'
+  // Exported field_base: 'field_facebook_source'.
   $field_bases['field_facebook_source'] = array(
     'active' => 1,
     'cardinality' => 1,
     'deleted' => 0,
     'entity_types' => array(),
     'field_name' => 'field_facebook_source',
-    'foreign keys' => array(
-      'fid' => array(
-        'columns' => array(
-          'fid' => 'fid',
-        ),
-        'table' => 'file_managed',
-      ),
-    ),
     'indexes' => array(
       'fid' => array(
         0 => 'fid',
@@ -491,14 +382,13 @@ function fb_autopost_types_field_default_field_bases() {
     'type' => 'image',
   );
 
-  // Exported field_base: 'field_facebook_start_time'
+  // Exported field_base: 'field_facebook_start_time'.
   $field_bases['field_facebook_start_time'] = array(
     'active' => 1,
     'cardinality' => 1,
     'deleted' => 0,
     'entity_types' => array(),
     'field_name' => 'field_facebook_start_time',
-    'foreign keys' => array(),
     'indexes' => array(),
     'locked' => 0,
     'module' => 'number',
@@ -507,21 +397,13 @@ function fb_autopost_types_field_default_field_bases() {
     'type' => 'number_integer',
   );
 
-  // Exported field_base: 'field_facebook_subject'
+  // Exported field_base: 'field_facebook_subject'.
   $field_bases['field_facebook_subject'] = array(
     'active' => 1,
     'cardinality' => 1,
     'deleted' => 0,
     'entity_types' => array(),
     'field_name' => 'field_facebook_subject',
-    'foreign keys' => array(
-      'format' => array(
-        'columns' => array(
-          'format' => 'format',
-        ),
-        'table' => 'filter_format',
-      ),
-    ),
     'indexes' => array(
       'format' => array(
         0 => 'format',
@@ -536,21 +418,13 @@ function fb_autopost_types_field_default_field_bases() {
     'type' => 'text',
   );
 
-  // Exported field_base: 'field_facebook_targeting'
+  // Exported field_base: 'field_facebook_targeting'.
   $field_bases['field_facebook_targeting'] = array(
     'active' => 1,
     'cardinality' => 1,
     'deleted' => 0,
     'entity_types' => array(),
     'field_name' => 'field_facebook_targeting',
-    'foreign keys' => array(
-      'format' => array(
-        'columns' => array(
-          'format' => 'format',
-        ),
-        'table' => 'filter_format',
-      ),
-    ),
     'indexes' => array(
       'format' => array(
         0 => 'format',
diff --git a/fb_autopost_types/fb_autopost_types.features.field_instance.inc b/fb_autopost_types/fb_autopost_types.features.field_instance.inc
index 641147c..1c52cf3 100644
--- a/fb_autopost_types/fb_autopost_types.features.field_instance.inc
+++ b/fb_autopost_types/fb_autopost_types.features.field_instance.inc
@@ -10,7 +10,8 @@
 function fb_autopost_types_field_default_field_instances() {
   $field_instances = array();
 
-  // Exported field_instance: 'facebook_publication-album-field_facebook_message'
+  // Exported field_instance:
+  // 'facebook_publication-album-field_facebook_message'.
   $field_instances['facebook_publication-album-field_facebook_message'] = array(
     'bundle' => 'album',
     'default_value' => NULL,
@@ -44,7 +45,7 @@ function fb_autopost_types_field_default_field_instances() {
     ),
   );
 
-  // Exported field_instance: 'facebook_publication-album-field_facebook_name'
+  // Exported field_instance: 'facebook_publication-album-field_facebook_name'.
   $field_instances['facebook_publication-album-field_facebook_name'] = array(
     'bundle' => 'album',
     'default_value' => NULL,
@@ -78,7 +79,8 @@ function fb_autopost_types_field_default_field_instances() {
     ),
   );
 
-  // Exported field_instance: 'facebook_publication-event-field_facebook_description'
+  // Exported field_instance:
+  // 'facebook_publication-event-field_facebook_description'.
   $field_instances['facebook_publication-event-field_facebook_description'] = array(
     'bundle' => 'event',
     'default_value' => NULL,
@@ -112,7 +114,8 @@ function fb_autopost_types_field_default_field_instances() {
     ),
   );
 
-  // Exported field_instance: 'facebook_publication-event-field_facebook_end_time'
+  // Exported field_instance:
+  // 'facebook_publication-event-field_facebook_end_time'.
   $field_instances['facebook_publication-event-field_facebook_end_time'] = array(
     'bundle' => 'event',
     'default_value' => NULL,
@@ -152,7 +155,8 @@ function fb_autopost_types_field_default_field_instances() {
     ),
   );
 
-  // Exported field_instance: 'facebook_publication-event-field_facebook_location'
+  // Exported field_instance:
+  // 'facebook_publication-event-field_facebook_location'.
   $field_instances['facebook_publication-event-field_facebook_location'] = array(
     'bundle' => 'event',
     'default_value' => NULL,
@@ -186,7 +190,8 @@ function fb_autopost_types_field_default_field_instances() {
     ),
   );
 
-  // Exported field_instance: 'facebook_publication-event-field_facebook_location_id'
+  // Exported field_instance:
+  // 'facebook_publication-event-field_facebook_location_id'.
   $field_instances['facebook_publication-event-field_facebook_location_id'] = array(
     'bundle' => 'event',
     'default_value' => NULL,
@@ -220,7 +225,7 @@ function fb_autopost_types_field_default_field_instances() {
     ),
   );
 
-  // Exported field_instance: 'facebook_publication-event-field_facebook_name'
+  // Exported field_instance: 'facebook_publication-event-field_facebook_name'.
   $field_instances['facebook_publication-event-field_facebook_name'] = array(
     'bundle' => 'event',
     'default_value' => NULL,
@@ -254,7 +259,8 @@ function fb_autopost_types_field_default_field_instances() {
     ),
   );
 
-  // Exported field_instance: 'facebook_publication-event-field_facebook_privacy_type'
+  // Exported field_instance:
+  // 'facebook_publication-event-field_facebook_privacy_type'.
   $field_instances['facebook_publication-event-field_facebook_privacy_type'] = array(
     'bundle' => 'event',
     'default_value' => array(
@@ -289,7 +295,8 @@ function fb_autopost_types_field_default_field_instances() {
     ),
   );
 
-  // Exported field_instance: 'facebook_publication-event-field_facebook_start_time'
+  // Exported field_instance:
+  // 'facebook_publication-event-field_facebook_start_time'.
   $field_instances['facebook_publication-event-field_facebook_start_time'] = array(
     'bundle' => 'event',
     'default_value' => NULL,
@@ -329,7 +336,7 @@ function fb_autopost_types_field_default_field_instances() {
     ),
   );
 
-  // Exported field_instance: 'facebook_publication-link-field_facebook_link'
+  // Exported field_instance: 'facebook_publication-link-field_facebook_link'.
   $field_instances['facebook_publication-link-field_facebook_link'] = array(
     'bundle' => 'link',
     'default_value' => NULL,
@@ -363,7 +370,8 @@ function fb_autopost_types_field_default_field_instances() {
     ),
   );
 
-  // Exported field_instance: 'facebook_publication-link-field_facebook_message'
+  // Exported field_instance:
+  // 'facebook_publication-link-field_facebook_message'.
   $field_instances['facebook_publication-link-field_facebook_message'] = array(
     'bundle' => 'link',
     'default_value' => NULL,
@@ -397,7 +405,8 @@ function fb_autopost_types_field_default_field_instances() {
     ),
   );
 
-  // Exported field_instance: 'facebook_publication-link-field_facebook_published'
+  // Exported field_instance:
+  // 'facebook_publication-link-field_facebook_published'.
   $field_instances['facebook_publication-link-field_facebook_published'] = array(
     'bundle' => 'link',
     'default_value' => array(
@@ -434,7 +443,8 @@ function fb_autopost_types_field_default_field_instances() {
     ),
   );
 
-  // Exported field_instance: 'facebook_publication-link-field_facebook_scheduled_publish'
+  // Exported field_instance:
+  // 'facebook_publication-link-field_facebook_scheduled_publish'.
   $field_instances['facebook_publication-link-field_facebook_scheduled_publish'] = array(
     'bundle' => 'link',
     'default_value' => NULL,
@@ -474,7 +484,8 @@ function fb_autopost_types_field_default_field_instances() {
     ),
   );
 
-  // Exported field_instance: 'facebook_publication-note-field_facebook_message'
+  // Exported field_instance:
+  // 'facebook_publication-note-field_facebook_message'.
   $field_instances['facebook_publication-note-field_facebook_message'] = array(
     'bundle' => 'note',
     'default_value' => NULL,
@@ -508,7 +519,8 @@ function fb_autopost_types_field_default_field_instances() {
     ),
   );
 
-  // Exported field_instance: 'facebook_publication-note-field_facebook_subject'
+  // Exported field_instance:
+  // 'facebook_publication-note-field_facebook_subject'.
   $field_instances['facebook_publication-note-field_facebook_subject'] = array(
     'bundle' => 'note',
     'default_value' => NULL,
@@ -542,7 +554,8 @@ function fb_autopost_types_field_default_field_instances() {
     ),
   );
 
-  // Exported field_instance: 'facebook_publication-photo-field_facebook_feed_targeting'
+  // Exported field_instance:
+  // 'facebook_publication-photo-field_facebook_feed_targeting'.
   $field_instances['facebook_publication-photo-field_facebook_feed_targeting'] = array(
     'bundle' => 'photo',
     'default_value' => NULL,
@@ -577,7 +590,8 @@ See [Feed Targeting](#targeting)',
     ),
   );
 
-  // Exported field_instance: 'facebook_publication-photo-field_facebook_message'
+  // Exported field_instance:
+  // 'facebook_publication-photo-field_facebook_message'.
   $field_instances['facebook_publication-photo-field_facebook_message'] = array(
     'bundle' => 'photo',
     'default_value' => NULL,
@@ -611,7 +625,8 @@ See [Feed Targeting](#targeting)',
     ),
   );
 
-  // Exported field_instance: 'facebook_publication-photo-field_facebook_published'
+  // Exported field_instance:
+  // 'facebook_publication-photo-field_facebook_published'.
   $field_instances['facebook_publication-photo-field_facebook_published'] = array(
     'bundle' => 'photo',
     'default_value' => array(
@@ -648,7 +663,8 @@ See [Feed Targeting](#targeting)',
     ),
   );
 
-  // Exported field_instance: 'facebook_publication-photo-field_facebook_scheduled_publish'
+  // Exported field_instance:
+  // 'facebook_publication-photo-field_facebook_scheduled_publish'.
   $field_instances['facebook_publication-photo-field_facebook_scheduled_publish'] = array(
     'bundle' => 'photo',
     'default_value' => NULL,
@@ -688,7 +704,8 @@ See [Feed Targeting](#targeting)',
     ),
   );
 
-  // Exported field_instance: 'facebook_publication-photo-field_facebook_source'
+  // Exported field_instance:
+  // 'facebook_publication-photo-field_facebook_source'.
   $field_instances['facebook_publication-photo-field_facebook_source'] = array(
     'bundle' => 'photo',
     'deleted' => 0,
@@ -732,7 +749,8 @@ See [Feed Targeting](#targeting)',
     ),
   );
 
-  // Exported field_instance: 'facebook_publication-photo-field_facebook_targeting'
+  // Exported field_instance:
+  // 'facebook_publication-photo-field_facebook_targeting'.
   $field_instances['facebook_publication-photo-field_facebook_targeting'] = array(
     'bundle' => 'photo',
     'default_value' => NULL,
@@ -767,7 +785,8 @@ Example: {\'countries\':[\'US\',\'GB\']}',
     ),
   );
 
-  // Exported field_instance: 'facebook_publication-post-field_facebook_actions'
+  // Exported field_instance:
+  // 'facebook_publication-post-field_facebook_actions'.
   $field_instances['facebook_publication-post-field_facebook_actions'] = array(
     'bundle' => 'post',
     'default_value' => NULL,
@@ -804,7 +823,8 @@ name|link',
     ),
   );
 
-  // Exported field_instance: 'facebook_publication-post-field_facebook_caption'
+  // Exported field_instance:
+  // 'facebook_publication-post-field_facebook_caption'.
   $field_instances['facebook_publication-post-field_facebook_caption'] = array(
     'bundle' => 'post',
     'default_value' => NULL,
@@ -838,7 +858,8 @@ name|link',
     ),
   );
 
-  // Exported field_instance: 'facebook_publication-post-field_facebook_description'
+  // Exported field_instance:
+  // 'facebook_publication-post-field_facebook_description'.
   $field_instances['facebook_publication-post-field_facebook_description'] = array(
     'bundle' => 'post',
     'default_value' => NULL,
@@ -872,7 +893,7 @@ name|link',
     ),
   );
 
-  // Exported field_instance: 'facebook_publication-post-field_facebook_link'
+  // Exported field_instance: 'facebook_publication-post-field_facebook_link'.
   $field_instances['facebook_publication-post-field_facebook_link'] = array(
     'bundle' => 'post',
     'default_value' => NULL,
@@ -906,7 +927,8 @@ name|link',
     ),
   );
 
-  // Exported field_instance: 'facebook_publication-post-field_facebook_message'
+  // Exported field_instance:
+  // 'facebook_publication-post-field_facebook_message'.
   $field_instances['facebook_publication-post-field_facebook_message'] = array(
     'bundle' => 'post',
     'default_value' => NULL,
@@ -940,7 +962,7 @@ name|link',
     ),
   );
 
-  // Exported field_instance: 'facebook_publication-post-field_facebook_name'
+  // Exported field_instance: 'facebook_publication-post-field_facebook_name'.
   $field_instances['facebook_publication-post-field_facebook_name'] = array(
     'bundle' => 'post',
     'default_value' => NULL,
@@ -974,7 +996,8 @@ name|link',
     ),
   );
 
-  // Exported field_instance: 'facebook_publication-post-field_facebook_picture'
+  // Exported field_instance:
+  // 'facebook_publication-post-field_facebook_picture'.
   $field_instances['facebook_publication-post-field_facebook_picture'] = array(
     'bundle' => 'post',
     'default_value' => NULL,
@@ -1008,7 +1031,8 @@ name|link',
     ),
   );
 
-  // Exported field_instance: 'facebook_publication-post-field_facebook_published'
+  // Exported field_instance:
+  // 'facebook_publication-post-field_facebook_published'.
   $field_instances['facebook_publication-post-field_facebook_published'] = array(
     'bundle' => 'post',
     'default_value' => array(
@@ -1045,7 +1069,8 @@ name|link',
     ),
   );
 
-  // Exported field_instance: 'facebook_publication-post-field_facebook_scheduled_publish'
+  // Exported field_instance:
+  // 'facebook_publication-post-field_facebook_scheduled_publish'.
   $field_instances['facebook_publication-post-field_facebook_scheduled_publish'] = array(
     'bundle' => 'post',
     'default_value' => NULL,
@@ -1087,7 +1112,8 @@ UNIX timestamp',
     ),
   );
 
-  // Exported field_instance: 'facebook_publication-post-field_facebook_targeting'
+  // Exported field_instance:
+  // 'facebook_publication-post-field_facebook_targeting'.
   $field_instances['facebook_publication-post-field_facebook_targeting'] = array(
     'bundle' => 'post',
     'default_value' => NULL,
@@ -1122,7 +1148,8 @@ Example: {\'countries\':[\'US\',\'GB\']}',
     ),
   );
 
-  // Exported field_instance: 'facebook_publication-question-field_facebook_allow_new_options'
+  // Exported field_instance:
+  // 'facebook_publication-question-field_facebook_allow_new_options'.
   $field_instances['facebook_publication-question-field_facebook_allow_new_options'] = array(
     'bundle' => 'question',
     'default_value' => array(
@@ -1159,7 +1186,8 @@ Example: {\'countries\':[\'US\',\'GB\']}',
     ),
   );
 
-  // Exported field_instance: 'facebook_publication-question-field_facebook_options'
+  // Exported field_instance:
+  // 'facebook_publication-question-field_facebook_options'.
   $field_instances['facebook_publication-question-field_facebook_options'] = array(
     'bundle' => 'question',
     'default_value' => NULL,
@@ -1193,7 +1221,8 @@ Example: {\'countries\':[\'US\',\'GB\']}',
     ),
   );
 
-  // Exported field_instance: 'facebook_publication-question-field_facebook_published'
+  // Exported field_instance:
+  // 'facebook_publication-question-field_facebook_published'.
   $field_instances['facebook_publication-question-field_facebook_published'] = array(
     'bundle' => 'question',
     'default_value' => array(
@@ -1230,7 +1259,8 @@ Example: {\'countries\':[\'US\',\'GB\']}',
     ),
   );
 
-  // Exported field_instance: 'facebook_publication-question-field_facebook_question'
+  // Exported field_instance:
+  // 'facebook_publication-question-field_facebook_question'.
   $field_instances['facebook_publication-question-field_facebook_question'] = array(
     'bundle' => 'question',
     'default_value' => NULL,
@@ -1264,7 +1294,8 @@ Example: {\'countries\':[\'US\',\'GB\']}',
     ),
   );
 
-  // Exported field_instance: 'facebook_publication-question-field_facebook_scheduled_publish'
+  // Exported field_instance:
+  // 'facebook_publication-question-field_facebook_scheduled_publish'.
   $field_instances['facebook_publication-question-field_facebook_scheduled_publish'] = array(
     'bundle' => 'question',
     'default_value' => NULL,
@@ -1304,7 +1335,8 @@ Example: {\'countries\':[\'US\',\'GB\']}',
     ),
   );
 
-  // Exported field_instance: 'facebook_publication-status-field_facebook_message'
+  // Exported field_instance:
+  // 'facebook_publication-status-field_facebook_message'.
   $field_instances['facebook_publication-status-field_facebook_message'] = array(
     'bundle' => 'status',
     'default_value' => NULL,
@@ -1338,7 +1370,8 @@ Example: {\'countries\':[\'US\',\'GB\']}',
     ),
   );
 
-  // Exported field_instance: 'facebook_publication-status-field_facebook_published'
+  // Exported field_instance:
+  // 'facebook_publication-status-field_facebook_published'.
   $field_instances['facebook_publication-status-field_facebook_published'] = array(
     'bundle' => 'status',
     'default_value' => array(
@@ -1375,7 +1408,8 @@ Example: {\'countries\':[\'US\',\'GB\']}',
     ),
   );
 
-  // Exported field_instance: 'facebook_publication-status-field_facebook_scheduled_publish'
+  // Exported field_instance:
+  // 'facebook_publication-status-field_facebook_scheduled_publish'.
   $field_instances['facebook_publication-status-field_facebook_scheduled_publish'] = array(
     'bundle' => 'status',
     'default_value' => NULL,
diff --git a/fb_autopost_types/fb_autopost_types.info b/fb_autopost_types/fb_autopost_types.info
index d50669d..1a31d3f 100644
--- a/fb_autopost_types/fb_autopost_types.info
+++ b/fb_autopost_types/fb_autopost_types.info
@@ -2,9 +2,8 @@ name = Facebook autopost types
 description = Feature containing Facebook publication types and fields attached.
 core = 7.x
 package = Facebook Autopost
-php = 5.2.4
-version = 7.x-1.0
-project = fb_autopost_types
+version = 7.x-1.4
+project = fb_autopost
 dependencies[] = entity
 dependencies[] = fb_autopost_entity
 dependencies[] = features
@@ -14,6 +13,7 @@ dependencies[] = list
 dependencies[] = number
 dependencies[] = options
 dependencies[] = text
+datestamp = 1431732532
 features[facebook_publication_type][] = album
 features[facebook_publication_type][] = event
 features[facebook_publication_type][] = link
@@ -22,7 +22,7 @@ features[facebook_publication_type][] = photo
 features[facebook_publication_type][] = post
 features[facebook_publication_type][] = question
 features[facebook_publication_type][] = status
-features[features_api][] = api:1
+features[features_api][] = api:2
 features[field_base][] = field_facebook_actions
 features[field_base][] = field_facebook_allow_new_options
 features[field_base][] = field_facebook_caption
