You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the field list is hard coded into FacebookImpl (stored in the private static PROFILE_FIELDS constant). It would be nice if there were a way to override / augment this list.
For example, in my use case, I'd like to add the cover field, and later extract the value from Profile.rawResponse.
The text was updated successfully, but these errors were encountered:
Currently, the field list is hard coded into
FacebookImpl
(stored in the private static PROFILE_FIELDS constant). It would be nice if there were a way to override / augment this list.For example, in my use case, I'd like to add the
cover
field, and later extract the value from Profile.rawResponse.The text was updated successfully, but these errors were encountered: