Skip to content

Commit 564e8ff

Browse files
committed
Update samples list
1 parent 67c5799 commit 564e8ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ If you use an Bluesky app password you don't need to worry about authorization c
2525
* `Samples.Logging` - a sample showing how to configure logging with the .net console logger.
2626
* `Samples.LoginDiscovery` - a sample that walks threw the various stages of how a handle is resolved its Personal Data Store (PDS).
2727
* `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.
2929
* `Samples.Posting` - a sample that shows how to make posts.
3030
* `Samples.Timeline` - a sample that shows reading and paging through the authenticated user's timeline.
3131
* `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.
3233

3334
* `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

Comments
 (0)