Module: Adparlor::Facebook::GraphApi::Fields::Page

Included in:
Page
Defined in:
lib/adparlor/facebook/graph_api/fields/page.rb

Constant Summary collapse

FIELDS =
[
  :id,
  :about,
  :access_token,
  :ad_campaign,
  :affiliation,
  :app_id,
  :app_links,
  :artists_we_like,
  :attire,
  :awards,
  :band_interests,
  :band_members,
  :best_page,
  :bio,
  :birthday,
  :booking_agent,
  :built,
  :business,
  :can_checkin,
  :can_post,
  :category,
  :category_list,
  :company_overview,
  :contact_address,
  :context,
  :country_page_likes,
  :cover,
  :culinary_team,
  :current_location,
  :description,
  :description_html,
  :directed_by,
  :display_subtext,
  :emails,
  :features,
  :food_styles,
  :founded,
  :general_info,
  :general_manager,
  :genre,
  :global_brand_page_name,
  :global_brand_root_id,
  :has_added_app,
  :leadgen_tos_accepted,
  :hometown,
  :hours,
  :impressum,
  :influences,
  :is_always_open,
  :is_community_page,
  :is_permanently_closed,
  :is_published,
  :is_unclaimed,
  :is_verified,
  :link,
  :location,
  :mission,
  :mpg,
  :name,
  :name_with_location_descriptor,
  :network,
  :new_like_count,
  :offer_eligible,
  :parent_page,
  :parking,
  :payment_options,
  :personal_info,
  :personal_interests,
  :pharma_safety_info,
  :phone,
  :plot_outline,
  :press_contact,
  :price_range,
  :produced_by,
  :products,
  # NOTE: Documentation still supports these fields but all requests with them
  # are failing. Removing as it is not currently in use in relevant applications
  # :promotion_eligible,
  # :promotion_ineligible_reason,
  :public_transit,
  :record_label,
  :release_date,
  :restaurant_services,
  :restaurant_specialties,
  :schedule,
  :screenplay_by,
  :season,
  :starring,
  :start_info,
  :store_location_descriptor,
  :store_number,
  :studio,
  :talking_about_count,
  :engagement,
  :single_line_address,
  :place_type,
  :unread_message_count,
  :unread_notif_count,
  :unseen_message_count,
  :username,
  :verification_status,
  :voip_info,
  :website,
  :were_here_count,
  :written_by,
  :featured_video,
  :checkins,
  :likes,
  :members
]