Skip to content

Commit 631573f

Browse files
authored
Documentation edits made through Mintlify web editor
1 parent 2c9bdc3 commit 631573f

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

x-api/activity/introduction.mdx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ sidebarTitle: Introduction
66

77
The X Activity API (XAA) endpoint group allows developers to tap in to activity events happening on the X Platform.
88

9-
A developer can subscribe to events they are interested in such as ProfileBioUpdate, ProfilePictureUpdate etc. and filter for the User ID whose events they want. The matching events for that User ID will be delivered to your app with sub-second latency.
10-
11-
<Note>
12-
**Note:** XAA does not deliver posts. For real-time post delivery, see our [Filtered Stream](/x-api/posts/filtered-stream/introduction) endpoint, which allows developers to filter for and stream posts in real-time.
13-
</Note>
9+
A developer can subscribe to events they are interested in such as `ProfileBioUpdate`, `ProfilePictureUpdate` etc. and filter for the User ID whose events they want. The matching events for that User ID will be delivered to your app with sub-second latency.
1410

1511
<Danger>
1612
The X Activity API is available as an open beta. While in open beta, please expect potential bugs, breaking changes, or incomplete features.
@@ -31,15 +27,19 @@ Currenrtly, X Activity API supports the following profile update events, shown h
3127

3228
| Category | Event Name | Description |
3329
| --- | --- | --- |
34-
| Profile | ProfileBioUpdate | Fired when a user updates their profile bio |
35-
| Profile | ProfilePictureUpdate | Fired when a user updates their profile picture |
36-
| Profile | ProfileBannerUpdate | Fired when a user updates their profile banner |
37-
| Profile | ProfileGeoUpdate | Fired when a user updates their profile location |
38-
| Profile | ProfileUrlUpdate | Fired when a user updates their profile website URL |
39-
| Profile | ProfileScreennameUpdate | Fired when a user changes their username |
30+
| Profile | `ProfileBioUpdate` | Fired when a user updates their profile bio |
31+
| Profile | `ProfilePictureUpdate` | Fired when a user updates their profile picture |
32+
| Profile | `ProfileBannerUpdate` | Fired when a user updates their profile banner |
33+
| Profile | `ProfileGeoUpdate` | Fired when a user updates their profile location |
34+
| Profile | `ProfileUrlUpdate` | Fired when a user updates their profile website URL |
35+
| Profile | `ProfileScreennameUpdate` | Fired when a user changes their username |
4036

4137
In future releases, XAA will expand to support additional event types including social interactions, content engagement, monetization features, and more. We will continue to update our docs when new event types become available.
4238

39+
<Note>
40+
**Note:** XAA does not deliver posts. For real-time post delivery, see our [Filtered Stream](/x-api/posts/filtered-stream/introduction) endpoint, which allows developers to filter for and stream posts in real-time.
41+
</Note>
42+
4343
## Event Privacy and Authentication
4444

4545
The X Activity API distinguishes between **public events** and **private events** as at parity with the X app as explained below.

0 commit comments

Comments
 (0)