facebook / facebook-ios-sdk

Used to integrate the Facebook Platform with your iOS & tvOS apps.
https://developers.facebook.com/docs/ios
Other
7.73k stars 3.5k forks source link

Get wrong first name from `Profile.current?.firstName` #2393

Open EdwardChang8685 opened 3 weeks ago

EdwardChang8685 commented 3 weeks ago

Checklist before submitting a bug report

Xcode version

15.3.0

Facebook iOS SDK version

17.0.0

Dependency Manager

CocoaPods

SDK Framework

Other / I don't know

Goals

After Login with classic login and limited login and print

Profile.current?.firstName

will get the whole name "FirstName LastName", not FirstName

Expected results

"firstName"

Actual results

"firstName lastName"

Steps to reproduce

No response

Code samples & details

No response