Sha256: 7405104ebae00e58111553d0f5b7ef229ab51ddc4a55d8fb73562f64781ea342

Contents?: true

Size: 811 Bytes

Versions: 10

Compression:

Stored size: 811 Bytes

Contents

module Adparlor
  module Facebook
    module GraphApi
      module Fields
        module Post
          FIELDS = [:id, :admin_creator, :application, :child_attachments, :call_to_action, :created_time,
                    :feed_targeting, :from, :icon, :is_instagram_eligible, :is_hidden, :is_published, :message, :message_tags,
                    :picture, :place, :privacy, :properties, :shares, :status_type, :story, :story_tags,
                    :targeting, :to, :updated_time, :full_picture, :actions, :likes, :attachments,
                    :scheduled_publish_time, :promotable_id, :allowed_advertising_objectives, :is_eligible_for_promotion, :is_expired, :promotion_status
                    ]

          CREATE_FIELDS = FIELDS + [:scheduled_published_time]
        end
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
adparlor-facebook-0.8.2 lib/adparlor/facebook/graph_api/fields/post.rb
adparlor-facebook-0.8.0 lib/adparlor/facebook/graph_api/fields/post.rb
adparlor-facebook-0.7.9 lib/adparlor/facebook/graph_api/fields/post.rb
adparlor-facebook-0.7.8 lib/adparlor/facebook/graph_api/fields/post.rb
adparlor-facebook-0.7.7 lib/adparlor/facebook/graph_api/fields/post.rb
adparlor-facebook-0.7.6 lib/adparlor/facebook/graph_api/fields/post.rb
adparlor-facebook-0.7.5 lib/adparlor/facebook/graph_api/fields/post.rb
adparlor-facebook-0.7.4 lib/adparlor/facebook/graph_api/fields/post.rb
adparlor-facebook-0.7.3 lib/adparlor/facebook/graph_api/fields/post.rb
adparlor-facebook-0.7.2 lib/adparlor/facebook/graph_api/fields/post.rb