# com.babesky.authManageSocial

> Published by [babesky.com](https://lexicon.garden/identity/did:plc:qtapiembzpxlzsiagnc7eyy3)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:qtapiembzpxlzsiagnc7eyy3/com.babesky.authManageSocial)
- [Documentation](https://lexicon.garden/lexicon/did:plc:qtapiembzpxlzsiagnc7eyy3/com.babesky.authManageSocial/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:qtapiembzpxlzsiagnc7eyy3/com.babesky.authManageSocial/examples)

## Definitions

### `com.babesky.authManageSocial`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "Manage follows, reposts, and reply settings",
  "details": "Follow and unfollow accounts, repost content you like, and control who can reply to your posts. These are core social features that help you engage with the Bluesky community.",
  "permissions": [
    {
      "type": "permission",
      "action": [
        "create",
        "update",
        "delete"
      ],
      "resource": "repo",
      "collection": [
        "app.bsky.graph.follow",
        "app.bsky.feed.repost",
        "app.bsky.feed.threadgate"
      ]
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "com.babesky.authManageSocial",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "Manage follows, reposts, and reply settings",
      "details": "Follow and unfollow accounts, repost content you like, and control who can reply to your posts. These are core social features that help you engage with the Bluesky community.",
      "permissions": [
        {
          "type": "permission",
          "action": [
            "create",
            "update",
            "delete"
          ],
          "resource": "repo",
          "collection": [
            "app.bsky.graph.follow",
            "app.bsky.feed.repost",
            "app.bsky.feed.threadgate"
          ]
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
