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
Copy file name to clipboardExpand all lines: x-api/activity/introduction.mdx
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,7 @@ sidebarTitle: Introduction
6
6
7
7
The X Activity API (XAA) endpoint group allows developers to tap in to activity events happening on the X Platform.
8
8
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.
14
10
15
11
<Danger>
16
12
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
31
27
32
28
| Category | Event Name | Description |
33
29
| --- | --- | --- |
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 |
40
36
41
37
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.
42
38
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
+
43
43
## Event Privacy and Authentication
44
44
45
45
The X Activity API distinguishes between **public events** and **private events** as at parity with the X app as explained below.
0 commit comments