|
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 | ] |
|
1640 | 1646 | } |
1641 | 1647 | ], |
1642 | 1648 | "cookie": [], |
1643 | | - "body": "{\n \"id\": \"string\",\n \"media_product_type\": \"THREADS\",\n \"media_type\": \"TEXT_POST\",\n \"permalink\": \"string\",\n \"owner\": {\n \"id\": \"string\"\n },\n \"username\": \"string\",\n \"text\": \"This is a test post\",\n \"timestamp\": \"2024-09-12T23:17:39+0000\",\n \"shortcode\": \"string\",\n \"is_quote_post\": false,\n \"has_replies\": false\n}" |
| 1649 | + "body": "{\n \"id\": \"string\",\n \"media_product_type\": \"THREADS\",\n \"media_type\": \"TEXT_POST\",\n \"permalink\": \"string\",\n \"owner\": {\n \"id\": \"string\"\n },\n \"username\": \"string\",\n \"text\": \"This is a test post\",\n \"timestamp\": \"2024-09-12T23:17:39+0000\",\n \"shortcode\": \"string\",\n \"is_quote_post\": false,\n \"has_replies\": false,\n \"poll_attachment\": {\n \"option_a\": \"first\",\n \"option_b\": \"second\",\n \"option_c\": \"third\",\n \"option_d\": \"fourth\",\n \"option_a_votes_percentage\": 0.25,\n \"option_b_votes_percentage\": 0.25,\n \"option_c_votes_percentage\": 0.25,\n \"option_d_votes_percentage\": 0.25,\n \"expiration_timestamp\": \"2024-09-12T23:17:39+0000\"\n }\n}" |
1644 | 1650 | } |
1645 | 1651 | ] |
1646 | 1652 | }, |
|
1763 | 1769 | } |
1764 | 1770 | ], |
1765 | 1771 | "cookie": [], |
1766 | | - "body": "{\n \"data\": [\n {\n \"id\": \"string\",\n \"media_product_type\": \"THREADS\",\n \"media_type\": \"TEXT_POST\",\n \"permalink\": \"string\",\n \"owner\": {\n \"id\": \"string\"\n },\n \"username\": \"string\",\n \"text\": \"This is a test post\",\n \"timestamp\": \"2024-09-12T23:17:39+0000\",\n \"shortcode\": \"string\",\n \"is_quote_post\": false,\n \"has_replies\": false\n }\n ],\n \"paging\": {\n \"cursors\": {\n \"before\": \"string\",\n \"after\": \"string\"\n }\n }\n}" |
| 1772 | + "body": "{\n \"data\": [\n {\n \"id\": \"string\",\n \"media_product_type\": \"THREADS\",\n \"media_type\": \"TEXT_POST\",\n \"permalink\": \"string\",\n \"owner\": {\n \"id\": \"string\"\n },\n \"username\": \"string\",\n \"text\": \"This is a test post\",\n \"timestamp\": \"2024-09-12T23:17:39+0000\",\n \"shortcode\": \"string\",\n \"is_quote_post\": false,\n \"has_replies\": false,\n \"poll_attachment\": {\n \"option_a\": \"first\",\n \"option_b\": \"second\",\n \"option_c\": \"third\",\n \"option_d\": \"fourth\",\n \"option_a_votes_percentage\": 0.25,\n \"option_b_votes_percentage\": 0.25,\n \"option_c_votes_percentage\": 0.25,\n \"option_d_votes_percentage\": 0.25,\n \"expiration_timestamp\": \"2024-09-12T23:17:39+0000\"\n }\n }\n ],\n \"paging\": {\n \"cursors\": {\n \"before\": \"string\",\n \"after\": \"string\"\n }\n }\n}" |
1767 | 1773 | } |
1768 | 1774 | ] |
1769 | 1775 | } |
|
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