Sha256: db9af1e804facbeb3a0657b787e2ec90c7b432f2e5644396766cd9d3e765c4ba

Contents?: true

Size: 736 Bytes

Versions: 2

Compression:

Stored size: 736 Bytes

Contents

module Adparlor
  module Facebook
    module GraphApi
      module Fields
        module Post
          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]
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
adparlor-facebook-0.6.0 lib/adparlor/facebook/graph_api/fields/post.rb
adparlor-facebook-0.5.9 lib/adparlor/facebook/graph_api/fields/post.rb