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
- On Android 12+ (API level 31+), any Activity with an `intent-filter` must declare `android:exported="true"`.
166
169
- Use the same callback scheme string on both platforms: iOS (`CFBundleURLSchemes`) and Android (`<data android:scheme="...">`). They must match exactly.
167
170
171
+
Important (OAuth redirect on Android):
172
+
- Misskey OAuth requires `redirect_uri` to be HTTPS and exactly match the link in your client_id page.
0 commit comments