View source: R/record_delete_wrappers.R
bs_delete_like | R Documentation |
Delete a like (un-like something)
bs_delete_like(
rkey,
user = get_bluesky_user(),
pass = get_bluesky_pass(),
auth = bs_auth(user, pass)
)
bs_unlike(
rkey,
user = get_bluesky_user(),
pass = get_bluesky_pass(),
auth = bs_auth(user, pass)
)
rkey |
Character, length 1. The CID of the version of the record. If not specified, then return the most recent version. |
user |
Character. User name to log in with. Defaults to |
pass |
Character. App password to log in with. Defaults to |
auth |
Authentication information. Defaults to |
an httr2
status code
graph/list.json (2024-12-03) repo/deleteRecord.json (2024-12-01)
v0.2.0
(2024-12-03)
like <- bs_like(post = 'https://bsky.app/profile/bskyr.bsky.social/post/3kf2577exva2x')
bs_delete_like(bs_extract_record_key(like$uri))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.