You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
API Clients must allow users to enter or select the following metadata for a post:
a. Title
b. Privacy Status, with the following mandatory requirements:
The options listed in the UX must follow the privacy_level_options returned in the creator_info API.
Users must manually select the privacy status from a dropdown and there should be no default value.
c. Interaction Ability - Allow Comment, Duet, and Stitch - with the following style requirements:
If the creator_info API returns that one or more of these interactions have been disabled in their app settings, your UX must disable and grey out the checkbox for the interaction.
Users must manually turn on these interaction settings and none should be checked by default.
Duet and Stitch features are not applicable to photo posts. So, for Photo Posts, only 'Allow Comment' can be displayed in the UX.