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: samples/readme.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,10 @@ If you use an Bluesky app password you don't need to worry about authorization c
25
25
*`Samples.Logging` - a sample showing how to configure logging with the .net console logger.
26
26
*`Samples.LoginDiscovery` - a sample that walks threw the various stages of how a handle is resolved its Personal Data Store (PDS).
27
27
*`Samples.Notifications` - a sample which shows notifications for the authenticated user.
28
-
*`Samples.SessionEvents` - a sample showing how to subscribe to session events so you can persist authentication tokens and recreate sessions on app startup.
28
+
*`Samples.OAuth` - a sample that demonstrates how to login via OAuth.
29
29
*`Samples.Posting` - a sample that shows how to make posts.
30
30
*`Samples.Timeline` - a sample that shows reading and paging through the authenticated user's timeline.
31
31
*`Samples.TokenRefresh` - a sample that shows background token refresh happening, by hacking the refresh timer to be very short.
32
+
*`Samples.Video` - a sample that demonstrates video uploading and embedding.
32
33
33
34
*`Samples.BulkDelete` - a implementation of a bulk delete application, which allows you to specify the date/time before which your posts, likes etc. will be deleted.
0 commit comments