When I pass the URL encoded + sign (%2B), it fails to find the right scope. I am unable to pass the + literally right now, but it seems reasonable it would work when its URL encoded. I tried a space to see if that might work, and that doesn’t either.
scope=user_follows_edit%2Buser_read
Fails
scope=user_follows_edit+user_read
Works