Sha256: 9c83065ea803d57da07648e6a8daf387cf3e22a172498c04ca83274b9773d103

Contents?: true

Size: 669 Bytes

Versions: 7

Compression:

Stored size: 669 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, :with_tags, :full_picture, :actions, :likes, :attachments
                    ]

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
adparlor-facebook-0.7.1 lib/adparlor/facebook/graph_api/fields/post.rb
adparlor-facebook-0.7.0 lib/adparlor/facebook/graph_api/fields/post.rb
adparlor-facebook-0.6.6 lib/adparlor/facebook/graph_api/fields/post.rb
adparlor-facebook-0.6.5 lib/adparlor/facebook/graph_api/fields/post.rb
adparlor-facebook-0.6.4 lib/adparlor/facebook/graph_api/fields/post.rb
adparlor-facebook-0.6.3 lib/adparlor/facebook/graph_api/fields/post.rb
adparlor-facebook-0.6.2 lib/adparlor/facebook/graph_api/fields/post.rb