Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/capabilities/server/userActions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,13 @@ To ensure a positive user experience and compliance with Reddit policies:
- **No automated actions:** Users must explicitly opt-in to the app acting on their behalf. Do not mislead or surprise users.
- **Establish a reporting flow:** Ensure `userGeneratedContent` is correctly set for posts submitted on behalf of the user.
- **Do not gate any functionality:** Users should not be made or encouraged to post, comment, or subscribe to continue using your app.
- **Keep actions separate:** Do not merge posting, commenting, or subscribing with other app actions (e.g., gameplay progression). Each must remain a distinct, clear choice.
- **Keep actions separate:** Do not merge posting, commenting, or subscribing with other app actions. Each must remain a distinct, clear choice.
- **Remember the human:** Follow Reddit's safety and compliance guidelines for user-generated content. Do not create spam-like content or poor user experiences in pursuit of engagement.

:::note
Apps using user actions must follow these requirements to be approved.
:::


---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,13 @@ To ensure a positive user experience and compliance with Reddit policies:
- **No automated actions:** Users must explicitly opt-in to the app acting on their behalf. Do not mislead or surprise users.
- **Establish a reporting flow:** Ensure `userGeneratedContent` is correctly set for posts submitted on behalf of the user.
- **Do not gate any functionality:** Users should not be made or encouraged to post, comment, or subscribe to continue using your app.
- **Keep actions separate:** Do not merge posting, commenting, or subscribing with other app actions (e.g., gameplay progression). Each must remain a distinct, clear choice.
- **Keep actions separate:** Do not merge posting, commenting, or subscribing with other app actions. Each must remain a distinct, clear choice.
- **Remember the human:** Follow Reddit's safety and compliance guidelines for user-generated content. Do not create spam-like content or poor user experiences in pursuit of engagement.

:::note
Apps using user actions must follow these requirements to be approved.
:::


---

Expand Down
Loading