source for getorbyt.com getorbyt.com/
client bsky orbytapp app orbyt bluesky getorbyt orbytvideo atproto video
0
fork

Configure Feed

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

Update OAuth client metadata: add additional redirect URI and expand scope permissions for enhanced functionality.

+2 -2
+2 -2
public/oauth-client-metadata.json
··· 5 5 "logo_uri": "https://getorbyt.com/images/orbyt-logo.png", 6 6 "tos_uri": "https://getorbyt.com/terms", 7 7 "policy_uri": "https://getorbyt.com/privacy", 8 - "redirect_uris": ["com.getorbyt:/oauth/callback"], 9 - "scope": "atproto transition:generic transition:chat.bsky transition:email account:email?action=manage", 8 + "redirect_uris": ["com.getorbyt:/oauth/callback", "https://getorbyt.com/oauth/callback"], 9 + "scope": "atproto transition:generic transition:chat.bsky transition:email account:email?action=manage repo:* blob:*/* rpc:*?aud=did:web:api.bsky.app rpc:*?aud=did:web:api.bsky.app%23bsky_appview rpc:*?aud=did:web:api.bsky.chat%23bsky_chat", 10 10 "grant_types": ["authorization_code", "refresh_token"], 11 11 "response_types": ["code"], 12 12 "token_endpoint_auth_method": "none",