Module: Adparlor::Facebook::GraphApi::Fields::Post

Included in:
Post
Defined in:
lib/adparlor/facebook/graph_api/fields/post.rb

Constant Summary collapse

FIELDS =
[:id, :admin_creator, :application, :child_attachments, :call_to_action, :caption, :created_time, :description,
:feed_targeting, :from, :icon, :is_instagram_eligible, :is_hidden, :is_published, :link, :message, :message_tags, 
:name, :picture, :place, :privacy, :properties, :shares, :source, :status_type, :story, :story_tags,
:targeting, :to, :type, :updated_time, :with_tags, :object_id, :full_picture, :actions, :likes, :attachments
]
CREATE_FIELDS =
FIELDS + [:scheduled_published_time]