wip bsky client for the web & android
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 13 lines 479 B view raw
1{ 2 "client_id": "https://bbell.vt3e.cat/oauth-client-metadata.json", 3 "client_name": "Bluebell", 4 "client_uri": "https://bbell.vt3e.cat", 5 "logo_uri": "https://bbell.vt3e.cat/favicon.ico", 6 "redirect_uris": ["https://bbell.vt3e.cat/oauth/callback"], 7 "scope": "atproto transition:generic", 8 "grant_types": ["authorization_code", "refresh_token"], 9 "response_types": ["code"], 10 "token_endpoint_auth_method": "none", 11 "application_type": "web", 12 "dpop_bound_access_tokens": true 13}