Skip to content

fix: replace Mastodon 'profile' scope with 'read:accounts'#1246

Open
fatherlinux wants to merge 1 commit into
gitroomhq:mainfrom
fatherlinux:fix/mastodon-scope
Open

fix: replace Mastodon 'profile' scope with 'read:accounts'#1246
fatherlinux wants to merge 1 commit into
gitroomhq:mainfrom
fatherlinux:fix/mastodon-scope

Conversation

@fatherlinux
Copy link
Copy Markdown

Summary

Fixes #1245

The `profile` scope is not supported by all Mastodon instances (e.g., noc.social). Replace with `read:accounts` which provides the same profile data access and is universally supported per the Mastodon OAuth specification.

Test plan

  • Connect a Mastodon account on an instance that previously rejected `profile` scope
  • Verify profile data (display name, avatar) is still retrieved correctly
  • Post to Mastodon — should publish successfully

🤖 Generated with Claude Code

The 'profile' scope is not supported by all Mastodon instances (e.g.
noc.social). Replace with 'read:accounts' which provides the same
profile data access and is universally supported across Mastodon
instances.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Feb 25, 2026

@fatherlinux is attempting to deploy a commit to the Listinai Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mastodon OAuth fails on instances that don't support 'profile' scope

1 participant