facebook / facebook-ios-sdk

Used to integrate the Facebook Platform with your iOS & tvOS apps.

Home Page:https://developers.facebook.com/docs/ios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

EdwardChang8685 opened this issue · comments

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