app.bsky.feed.getActorLikes
#main
Get a list of posts liked by an actor. Requires auth, actor must be the requesting account.
Parameters
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| actor | string (at-identifier) | - | ✅ | - |
| limit | integer | - | ❌ | - |
| cursor | string | - | ❌ | - |
Output
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| cursor | string | - | ❌ | - |
| feed | array of app.bsky.feed.defs#feedViewPost | - | ✅ | - |