|
351 | 351 | { |
352 | 352 | "key": "link_attachment", |
353 | 353 | "value": "https://developers.facebook.com/", |
354 | | - "description": "Attach a link to your post (only available for text posts).", |
| 354 | + "description": "Attach a link to your post (only available for text posts, and not compatible with poll attachments).", |
| 355 | + "disabled": true |
| 356 | + }, |
| 357 | + { |
| 358 | + "key": "poll_attachment", |
| 359 | + "value": "{\"option_a\":\"first\",\"option_b\":\"second\",\"option_c\":\"third\",\"option_d\":\"fourth\"}", |
| 360 | + "description": "Attach a poll to your post (only available for text posts, and not compatible with link attachments).", |
355 | 361 | "disabled": true |
356 | 362 | } |
357 | 363 | ] |
|
3001 | 3007 | }, |
3002 | 3008 | { |
3003 | 3009 | "key": "fields_threads", |
3004 | | - "value": "id,media_product_type,media_type,media_url,permalink,owner,username,text,timestamp,shortcode,thumbnail_url,children,is_quote_post,quoted_post,reposted_post,has_replies,alt_text,link_attachment_url" |
| 3010 | + "value": "id,media_product_type,media_type,media_url,permalink,owner,username,text,timestamp,shortcode,thumbnail_url,children,is_quote_post,quoted_post,reposted_post,has_replies,alt_text,link_attachment_url,poll_attachment{option_a,option_b,option_c,option_d,option_a_votes_percentage,option_b_votes_percentage,option_c_votes_percentage,option_d_votes_percentage,expiration_timestamp}" |
3005 | 3011 | }, |
3006 | 3012 | { |
3007 | 3013 | "key": "fields_replies", |
3008 | | - "value": "id,text,timestamp,media_product_type,media_type,media_url,permalink,shortcode,thumbnail_url,username,children,is_quote_post,quoted_post,reposted_post,alt_text,link_attachment_url,has_replies,is_reply,is_reply_owned_by_me,root_post,replied_to,hide_status,reply_audience" |
| 3014 | + "value": "id,text,timestamp,media_product_type,media_type,media_url,permalink,shortcode,thumbnail_url,username,children,is_quote_post,quoted_post,reposted_post,alt_text,link_attachment_url,has_replies,is_reply,is_reply_owned_by_me,root_post,replied_to,hide_status,reply_audience,poll_attachment{option_a,option_b,option_c,option_d,option_a_votes_percentage,option_b_votes_percentage,option_c_votes_percentage,option_d_votes_percentage,expiration_timestamp}" |
3009 | 3015 | }, |
3010 | 3016 | { |
3011 | 3017 | "key": "fields_profile", |
|
0 commit comments