Lines Matching full:as
10 * As with any software that integrates with the Facebook platform, your use
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
44 * Returns the `id` (The event ID) as string if present.
54 * Returns the `cover` (Cover picture) as GraphCoverPhoto if present.
64 * Returns the `description` (Long-form description) as string if present.
74 * Returns the `end_time` (End time, if one has been set) as DateTime if present.
84 …* Returns the `is_date_only` (Whether the event only has a date specified, but no time) as bool if…
94 * Returns the `name` (Event name) as string if present.
104 * Returns the `owner` (The profile that created the event) as GraphNode if present.
114 * Returns the `parent_group` (The group the event belongs to) as GraphGroup if present.
124 * Returns the `place` (Event Place information) as GraphPage if present.
134 * Returns the `privacy` (Who can see the event) as string if present.
144 * Returns the `start_time` (Start time) as DateTime if present.
154 …* Returns the `ticket_uri` (The link users can visit to buy a ticket to this event) as string if p…
164 * Returns the `timezone` (Timezone) as string if present.
174 * Returns the `updated_time` (Last update time) as DateTime if present.
184 * Returns the `picture` (Event picture) as GraphPicture if present.
194 * Returns the `attending_count` (Number of people attending the event) as int if present.
204 * Returns the `declined_count` (Number of people who declined the event) as int if present.
214 * Returns the `maybe_count` (Number of people who maybe going to the event) as int if present.
224 … * Returns the `noreply_count` (Number of people who did not reply to the event) as int if present.
234 * Returns the `invited_count` (Number of people invited to the event) as int if present.