Skip to content

Commit 6bbf4f7

Browse files
committed
update postman collection for polls
1 parent d0b9382 commit 6bbf4f7

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

postman/threads-api.postman_collection.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,13 @@
351351
{
352352
"key": "link_attachment",
353353
"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).",
355361
"disabled": true
356362
}
357363
]
@@ -3001,11 +3007,11 @@
30013007
},
30023008
{
30033009
"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}"
30053011
},
30063012
{
30073013
"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}"
30093015
},
30103016
{
30113017
"key": "fields_profile",

0 commit comments

Comments
 (0)