UNPKG

@sugarcube/plugin-facebook

Version:
18 lines (17 loc) 2.38 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = exports.userFields = exports.postFields = exports.pageFields = void 0; const pageFields = ["id", "about", "affiliation", "artists_we_like", "attire", "awards", "band_interests", "band_members", "bio", "birthday", "booking_agent", "built", "category", "company_overview", "contact_address", "cover", "culinary_team", "current_location", "description", "directed_by", "display_subtext", "emails", "engagement", "fan_count", "featured_video", "features", "food_styles", "founded", "general_info", "general_manager", "genre", "hometown", "hours", "impressum", "influences", "is_chain", "is_community_page", "link", "location", "members", "mission", "name", "network", "overall_star_rating", "parent_page", "parking", "personal_info", "personal_interests", "phone", "place_type", "plot_outline", "press_contact", "produced_by", "products", "public_transit", "rating_count", "record_label", "release_date", "restaurant_services", "restaurant_specialties", "schedule", "screenplay_by", "season", "single_line_address", "starring", "start_info", "store_location_descriptor", "store_number", "studio", "talking_about_count", "username", "verification_status", "voip_info", "website", "were_here_count", "written_by"].join(","); exports.pageFields = pageFields; const postFields = ["id", "application", "caption", "created_time", "description", "from", "icon", "link", "message", "message_tags", "name", "object_id", "parent_id", "permalink_url", "picture", "place", "privacy", "properties", "shares", "source", "status_type", "story", "story_tags", "to", "type", "updated_time"].join(","); exports.postFields = postFields; const userFields = ["id", "about", "age_range", "birthday", "cover", "currency", "devices", "education", "email", "favorite_athletes", "favorite_teams", "first_name", "gender", "hometown", "inspirational_people", "interested_in", "is_verified", "languages", "last_name", "link", "locale", "location", "meeting_for", "middle_name", "name", "name_format", "political", "public_key", "quotes", "relationship_status", "religion", "security_settings", "significant_other", "sports", "timezone", "updated_time", "verified", "website", "work"].join(","); exports.userFields = userFields; var _default = { pageFields, postFields, userFields }; exports.default = _default;