zernio-sdk 0.0.820 → 0.0.822
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/docs/CommentsApi.md +1 -1
- data/lib/zernio-sdk/api/comments_api.rb +2 -2
- data/lib/zernio-sdk/version.rb +1 -1
- data/openapi.yaml +6 -3
- data/spec/api/comments_api_spec.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '01048f507f89ec849fd4ca0e6d0c8b3c00d49cd3ad11a36848b6e2ebea850672'
|
|
4
|
+
data.tar.gz: 165b4b280bb042da02b59397d4ed9fd19b546f819fcf93c5a8acc0ed078c8f0c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a55fcd6dcbdceeccf17fe36e16254bc4bacc788ff05b6ffb55e4e117310420dab3fae9a424f602187d7fe04ea7bf1564eb079dc5e043f1ee0b426ff7d10361f3
|
|
7
|
+
data.tar.gz: 4f89cee8929d17f14ee34e3f5e8ff767ecaebb12ab4afdf5bef559108f705359a336ffb74fd0b4ab9139a8cf3a6acd06111c7d360f228db0b041780993537a3f
|
data/docs/CommentsApi.md
CHANGED
|
@@ -631,7 +631,7 @@ end
|
|
|
631
631
|
|
|
632
632
|
Send private reply
|
|
633
633
|
|
|
634
|
-
Send a private message to the author of a comment. Supported on Instagram and Facebook only. One reply per comment, must be sent within 7 days. Optionally attach interactive elements: `quickReplies` (chips above the keyboard, max 13) or `buttons` (1-3 inline postback/url buttons rendered in the same bubble via Meta's button_template).
|
|
634
|
+
Send a private message to the author of a comment. Supported on Instagram and Facebook only. One reply per comment, must be sent within 7 days. Optionally attach interactive elements: `quickReplies` (chips above the keyboard, max 13) or `buttons` (1-3 inline postback/url buttons rendered in the same bubble via Meta's button_template). Chips do not render in the Instagram Message Requests folder. Since late August 2026 Instagram refuses buttons, cards and attachments to commenters who do not follow the account (Meta code 2, subcode 1545133, returned here as a non-retryable 400 that says so), and the failed call still consumes the comment's single private reply. To reach non-followers send plain text and add buttons once they reply. `quickReplies` and `buttons` are mutually exclusive.
|
|
635
635
|
|
|
636
636
|
### Examples
|
|
637
637
|
|
|
@@ -690,7 +690,7 @@ module Zernio
|
|
|
690
690
|
end
|
|
691
691
|
|
|
692
692
|
# Send private reply
|
|
693
|
-
# Send a private message to the author of a comment. Supported on Instagram and Facebook only. One reply per comment, must be sent within 7 days. Optionally attach interactive elements: `quickReplies` (chips above the keyboard, max 13) or `buttons` (1-3 inline postback/url buttons rendered in the same bubble via Meta's button_template).
|
|
693
|
+
# Send a private message to the author of a comment. Supported on Instagram and Facebook only. One reply per comment, must be sent within 7 days. Optionally attach interactive elements: `quickReplies` (chips above the keyboard, max 13) or `buttons` (1-3 inline postback/url buttons rendered in the same bubble via Meta's button_template). Chips do not render in the Instagram Message Requests folder. Since late August 2026 Instagram refuses buttons, cards and attachments to commenters who do not follow the account (Meta code 2, subcode 1545133, returned here as a non-retryable 400 that says so), and the failed call still consumes the comment's single private reply. To reach non-followers send plain text and add buttons once they reply. `quickReplies` and `buttons` are mutually exclusive.
|
|
694
694
|
# @param post_id [String] The media/post ID (Instagram media ID or Facebook post ID)
|
|
695
695
|
# @param comment_id [String] The comment ID to send a private reply to
|
|
696
696
|
# @param send_private_reply_to_comment_request [SendPrivateReplyToCommentRequest]
|
|
@@ -702,7 +702,7 @@ module Zernio
|
|
|
702
702
|
end
|
|
703
703
|
|
|
704
704
|
# Send private reply
|
|
705
|
-
# Send a private message to the author of a comment. Supported on Instagram and Facebook only. One reply per comment, must be sent within 7 days. Optionally attach interactive elements: `quickReplies` (chips above the keyboard, max 13) or `buttons` (1-3 inline postback/url buttons rendered in the same bubble via Meta's button_template).
|
|
705
|
+
# Send a private message to the author of a comment. Supported on Instagram and Facebook only. One reply per comment, must be sent within 7 days. Optionally attach interactive elements: `quickReplies` (chips above the keyboard, max 13) or `buttons` (1-3 inline postback/url buttons rendered in the same bubble via Meta's button_template). Chips do not render in the Instagram Message Requests folder. Since late August 2026 Instagram refuses buttons, cards and attachments to commenters who do not follow the account (Meta code 2, subcode 1545133, returned here as a non-retryable 400 that says so), and the failed call still consumes the comment's single private reply. To reach non-followers send plain text and add buttons once they reply. `quickReplies` and `buttons` are mutually exclusive.
|
|
706
706
|
# @param post_id [String] The media/post ID (Instagram media ID or Facebook post ID)
|
|
707
707
|
# @param comment_id [String] The comment ID to send a private reply to
|
|
708
708
|
# @param send_private_reply_to_comment_request [SendPrivateReplyToCommentRequest]
|
data/lib/zernio-sdk/version.rb
CHANGED
data/openapi.yaml
CHANGED
|
@@ -29294,9 +29294,12 @@ paths:
|
|
|
29294
29294
|
Send a private message to the author of a comment. Supported on Instagram and Facebook only.
|
|
29295
29295
|
One reply per comment, must be sent within 7 days. Optionally attach interactive elements:
|
|
29296
29296
|
`quickReplies` (chips above the keyboard, max 13) or `buttons` (1-3 inline postback/url
|
|
29297
|
-
buttons rendered in the same bubble via Meta's button_template).
|
|
29298
|
-
|
|
29299
|
-
|
|
29297
|
+
buttons rendered in the same bubble via Meta's button_template). Chips do not render in
|
|
29298
|
+
the Instagram Message Requests folder. Since late August 2026 Instagram refuses buttons,
|
|
29299
|
+
cards and attachments to commenters who do not follow the account (Meta code 2, subcode
|
|
29300
|
+
1545133, returned here as a non-retryable 400 that says so), and the failed call still
|
|
29301
|
+
consumes the comment's single private reply. To reach non-followers send plain text and
|
|
29302
|
+
add buttons once they reply. `quickReplies` and `buttons` are mutually exclusive.
|
|
29300
29303
|
tags: [Comments]
|
|
29301
29304
|
security: [{ bearerAuth: [] }]
|
|
29302
29305
|
parameters:
|
|
@@ -154,7 +154,7 @@ describe 'CommentsApi' do
|
|
|
154
154
|
|
|
155
155
|
# unit tests for send_private_reply_to_comment
|
|
156
156
|
# Send private reply
|
|
157
|
-
# Send a private message to the author of a comment. Supported on Instagram and Facebook only. One reply per comment, must be sent within 7 days. Optionally attach interactive elements: `quickReplies` (chips above the keyboard, max 13) or `buttons` (1-3 inline postback/url buttons rendered in the same bubble via Meta's button_template).
|
|
157
|
+
# Send a private message to the author of a comment. Supported on Instagram and Facebook only. One reply per comment, must be sent within 7 days. Optionally attach interactive elements: `quickReplies` (chips above the keyboard, max 13) or `buttons` (1-3 inline postback/url buttons rendered in the same bubble via Meta's button_template). Chips do not render in the Instagram Message Requests folder. Since late August 2026 Instagram refuses buttons, cards and attachments to commenters who do not follow the account (Meta code 2, subcode 1545133, returned here as a non-retryable 400 that says so), and the failed call still consumes the comment's single private reply. To reach non-followers send plain text and add buttons once they reply. `quickReplies` and `buttons` are mutually exclusive.
|
|
158
158
|
# @param post_id The media/post ID (Instagram media ID or Facebook post ID)
|
|
159
159
|
# @param comment_id The comment ID to send a private reply to
|
|
160
160
|
# @param send_private_reply_to_comment_request
|