[PR #7445] [MERGED] fix: consistent api version for facebook provider #7317

Closed
opened 2026-03-13 13:31:50 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/7445
Author: @bytaesu
Created: 1/17/2026
Status: Merged
Merged: 1/27/2026
Merged by: @bytaesu

Base: canaryHead: 2026-01-18/fix/oauth-facebook


📝 Commits (2)

  • 019635c fix: consistent api version for facebook provider
  • 950b2de Merge branch 'canary' into 2026-01-18/fix/oauth-facebook

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 packages/core/src/social-providers/facebook.ts (+3 -3)

📄 Description

Note

https://developers.facebook.com/docs/facebook-login/guides/advanced/manual-flow


Summary by cubic

Standardized the Facebook OAuth provider to use API version v24.0 for both authorization and token endpoints. Replaced mixed versions (v21.0, v18.0, and unversioned) to prevent errors and align with current Facebook API behavior.

Written for commit 950b2def88. Summary will update on new commits.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/7445 **Author:** [@bytaesu](https://github.com/bytaesu) **Created:** 1/17/2026 **Status:** ✅ Merged **Merged:** 1/27/2026 **Merged by:** [@bytaesu](https://github.com/bytaesu) **Base:** `canary` ← **Head:** `2026-01-18/fix/oauth-facebook` --- ### 📝 Commits (2) - [`019635c`](https://github.com/better-auth/better-auth/commit/019635cc4a0cd70eb0e9b0d966acf491a816cb59) fix: consistent api version for facebook provider - [`950b2de`](https://github.com/better-auth/better-auth/commit/950b2def88d022fd3b65ba408603c8838baa850e) Merge branch 'canary' into 2026-01-18/fix/oauth-facebook ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `packages/core/src/social-providers/facebook.ts` (+3 -3) </details> ### 📄 Description > [!NOTE] > https://developers.facebook.com/docs/facebook-login/guides/advanced/manual-flow <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Standardized the Facebook OAuth provider to use API version v24.0 for both authorization and token endpoints. Replaced mixed versions (v21.0, v18.0, and unversioned) to prevent errors and align with current Facebook API behavior. <sup>Written for commit 950b2def88d022fd3b65ba408603c8838baa850e. Summary will update on new commits.</sup> <!-- End of auto-generated description by cubic. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-13 13:31:50 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#7317