feature: OAuthHelper only supports 3 of 38 platforms #242
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
OAuthHelperhas hardcoded OAuth configuration for only 3 platforms:The remaining 35 platforms that use OAuth (e.g., Instagram shares Facebook's OAuth, but Google Business, YouTube, Blogger, TikTok, Pinterest, Reddit, Threads, Tumblr, etc.) have no OAuth flow support. Users must manually obtain and paste tokens for these platforms.
Impact
source/packages/com_mokosuitecross/src/Helper/OAuthHelper.phpSuggested approach
Add OAuth configuration for platforms that support it:
Low priority since many platforms (Telegram, Discord, Slack, etc.) use bot tokens or webhooks rather than OAuth.
Branch created:
feature/242-feature-oauthhelper-only-supports-3-of-3