late-sdk 0.0.623 → 0.0.624
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/FacebookPlatformData.md +1 -1
- data/lib/zernio-sdk/models/facebook_platform_data.rb +1 -1
- data/lib/zernio-sdk/version.rb +1 -1
- data/openapi.yaml +6 -6
- data/zernio-sdk-0.0.624.gem +0 -0
- metadata +2 -2
- data/zernio-sdk-0.0.623.gem +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 61b98281db6f97ec3f3ce938a51eaf8281110fce38ab6ddaf7efdc025b0fea93
|
|
4
|
+
data.tar.gz: 163f48378b47cfb64c40f16aa0b323f150e952f5f23bb761081be0f66969a175
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b392c30fb018f055c9e9a0a67ec0df8c7bfee70c5afd8826edffb00107df199bbd72b0320d6e7ead5260d9f1e4b7db3aeba5a3beac9aaa5038da3231b3877bbf
|
|
7
|
+
data.tar.gz: de6a1f879d6bea1c5b7284877c352c4fc8def47dd7c9b76e67705c81d929ceeda87ac97abb5be99a13f72881e4c31e51d04c96565deb4f57487adf6c1be64871
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
| **geo_restriction** | [**GeoRestriction**](GeoRestriction.md) | | [optional] |
|
|
13
13
|
| **carousel_cards** | [**Array<FacebookPlatformDataCarouselCardsInner>**](FacebookPlatformDataCarouselCardsInner.md) | Renders the post as a multi-link carousel (organic Page post). When set, mediaItems must be provided with the same length and all items must be images (no videos). Each cards[i] adds the click-through link and headline for the image at mediaItems[i]. Mutually exclusive with contentType=story|reel. Facebook display truncates name at ~35 chars and description at ~30 chars; longer strings are accepted but get truncated on render. | [optional] |
|
|
14
14
|
| **carousel_link** | **String** | Optional top-level \"See more\" destination shown on the carousel end card. Defaults to the first card's link when omitted. Only used together with carouselCards. | [optional] |
|
|
15
|
-
| **text_format_preset_id** | **String** | Facebook-defined preset ID that renders the post as large text on a colored background (Graph `text_format_preset_id`). Supply the raw numeric ID from Meta; we do not publish a catalog of presets and Facebook may change the available set. Pages only (ignored on personal profiles and groups) and text-only feed posts only: the request is rejected with 400 when mediaItems or carouselCards are present, when contentType is story or reel, when content is empty
|
|
15
|
+
| **text_format_preset_id** | **String** | Facebook-defined preset ID that renders the post as large text on a colored background (Graph `text_format_preset_id`). Supply the raw numeric ID from Meta; we do not publish a catalog of presets and Facebook may change the available set. Pages only (ignored on personal profiles and groups) and text-only feed posts only: the request is rejected with 400 when mediaItems or carouselCards are present, when contentType is story or reel, or when content is empty. An attachment makes Facebook drop the background silently, so those are rejected up front. Length is NOT rejected: Facebook's composer stops offering a background at around 130 characters, but Meta documents no API limit, so longer content publishes and returns a warning instead. A URL detected in the content is NOT attached as a link preview while a preset is set, because a link attachment also makes Facebook drop the background. | [optional] |
|
|
16
16
|
|
|
17
17
|
## Example
|
|
18
18
|
|
|
@@ -39,7 +39,7 @@ module Zernio
|
|
|
39
39
|
# Optional top-level \"See more\" destination shown on the carousel end card. Defaults to the first card's link when omitted. Only used together with carouselCards.
|
|
40
40
|
attr_accessor :carousel_link
|
|
41
41
|
|
|
42
|
-
# Facebook-defined preset ID that renders the post as large text on a colored background (Graph `text_format_preset_id`). Supply the raw numeric ID from Meta; we do not publish a catalog of presets and Facebook may change the available set. Pages only (ignored on personal profiles and groups) and text-only feed posts only: the request is rejected with 400 when mediaItems or carouselCards are present, when contentType is story or reel, when content is empty
|
|
42
|
+
# Facebook-defined preset ID that renders the post as large text on a colored background (Graph `text_format_preset_id`). Supply the raw numeric ID from Meta; we do not publish a catalog of presets and Facebook may change the available set. Pages only (ignored on personal profiles and groups) and text-only feed posts only: the request is rejected with 400 when mediaItems or carouselCards are present, when contentType is story or reel, or when content is empty. An attachment makes Facebook drop the background silently, so those are rejected up front. Length is NOT rejected: Facebook's composer stops offering a background at around 130 characters, but Meta documents no API limit, so longer content publishes and returns a warning instead. A URL detected in the content is NOT attached as a link preview while a preset is set, because a link attachment also makes Facebook drop the background.
|
|
43
43
|
attr_accessor :text_format_preset_id
|
|
44
44
|
|
|
45
45
|
class EnumAttributeValidator
|
data/lib/zernio-sdk/version.rb
CHANGED
data/openapi.yaml
CHANGED
|
@@ -4546,12 +4546,12 @@ components:
|
|
|
4546
4546
|
we do not publish a catalog of presets and Facebook may change the available set.
|
|
4547
4547
|
Pages only (ignored on personal profiles and groups) and text-only feed posts only:
|
|
4548
4548
|
the request is rejected with 400 when mediaItems or carouselCards are present, when
|
|
4549
|
-
contentType is story or reel, when content is empty
|
|
4550
|
-
|
|
4551
|
-
|
|
4552
|
-
|
|
4553
|
-
content is NOT attached as a link preview while a preset is
|
|
4554
|
-
attachment also makes Facebook drop the background.
|
|
4549
|
+
contentType is story or reel, or when content is empty. An attachment makes Facebook
|
|
4550
|
+
drop the background silently, so those are rejected up front. Length is NOT rejected:
|
|
4551
|
+
Facebook's composer stops offering a background at around 130 characters, but Meta
|
|
4552
|
+
documents no API limit, so longer content publishes and returns a warning instead.
|
|
4553
|
+
A URL detected in the content is NOT attached as a link preview while a preset is
|
|
4554
|
+
set, because a link attachment also makes Facebook drop the background.
|
|
4555
4555
|
description: >
|
|
4556
4556
|
Feed posts support up to 10 images (no mixed video+image). Stories require single media (24h, no captions).
|
|
4557
4557
|
Reels require single vertical video (9:16, 3-60s). Carousel posts (carouselCards) render a 2-5 card
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: late-sdk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.624
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
@@ -4895,7 +4895,7 @@ files:
|
|
|
4895
4895
|
- spec/models/you_tube_video_retention_response_retention_curve_inner_spec.rb
|
|
4896
4896
|
- spec/models/you_tube_video_retention_response_spec.rb
|
|
4897
4897
|
- spec/spec_helper.rb
|
|
4898
|
-
- zernio-sdk-0.0.
|
|
4898
|
+
- zernio-sdk-0.0.624.gem
|
|
4899
4899
|
- zernio-sdk.gemspec
|
|
4900
4900
|
homepage: https://openapi-generator.tech
|
|
4901
4901
|
licenses:
|
data/zernio-sdk-0.0.623.gem
DELETED
|
Binary file
|