1
0
Fork 0
mirror of https://github.com/nov/fb_graph2 synced 2023-03-27 23:22:15 -04:00

add Page#emails

close #115
This commit is contained in:
nov 2017-02-28 18:27:20 +09:00
parent ef73a93c50
commit ce04b4d451

View file

@ -25,7 +25,7 @@ module FbGraph2
register_attributes( register_attributes(
raw: [ raw: [
:about, :attire, :band_members, :booking_agent, :can_post, :category, :checkins, :company_overview, :about, :attire, :band_members, :booking_agent, :can_post, :category, :checkins, :company_overview,
:current_location, :description, :directed_by, :founded, :general_info, :general_manager, :global_brand_page_name, :current_location, :description, :directed_by, :emails, :founded, :general_info, :general_manager, :global_brand_page_name,
:hometown, :hours, :impressum, :is_permanently_closed, :is_published, :is_unclaimed, :likes, :link, :mission, :name, :hometown, :hours, :impressum, :is_permanently_closed, :is_published, :is_unclaimed, :likes, :link, :mission, :name,
:name_with_location_descriptor, :phone, :press_contact, :price_range, :products, :talking_about_count, :username, :name_with_location_descriptor, :phone, :press_contact, :price_range, :products, :talking_about_count, :username,
:website, :were_here_count, :website, :were_here_count,