Skip to content

feat(facebook): add authenticationToken to LoginResult#624

Merged
NathanWalker merged 2 commits intoNativeScript:mainfrom
felixkrautschuk:main
May 16, 2025
Merged

feat(facebook): add authenticationToken to LoginResult#624
NathanWalker merged 2 commits intoNativeScript:mainfrom
felixkrautschuk:main

Conversation

@felixkrautschuk
Copy link
Contributor

The Facebook iOS SDK no longer provides valid user access tokens in scenarios where the user opts out of ATT. The access token validation or Graph API requests may throw errors like OAuthException - “Invalid OAuth access token - Cannot parse access token”. Developers are recommended to integrate "Facebook Limited Login" and therefore, the LoginResult within this plugin needs to contain the authenticationToken provided by the iOS SDK.

See
facebook/facebook-ios-sdk#2400 (comment)
https://developers.facebook.com/docs/facebook-login/limited-login/ios

The Facebook iOS SDK no longer provides valid user access tokens in scenarios where the user opts out of ATT. The access token validation or Graph API requests may throw errors like OAuthException - “Invalid OAuth access token - Cannot parse access token”. Developers are recommended to integrate "Facebook Limited Login" and therefore, the LoginResult within  this plugin needs to contain the authenticationToken provided by the iOS SDK.
Copy link
Contributor

@NathanWalker NathanWalker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

@NathanWalker NathanWalker merged commit e47c189 into NativeScript:main May 16, 2025
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.

2 participants