module Adparlor module Facebook module GraphApi module Fields module AdImage FIELDS = [:id, :account_id, :hash, :url, :creatives, :filename, :width, :height, :original_width, :original_height, :name, :status, :created_time, :updated_time, :permalink_url, :url_128, :url_256, :url_256_height, :url_256_width] CREATE_FIELDS = [:account_id, :copy_from, :source] end end end end end