Facebook attribute "name" always null

Hi,

I’m passing the following field mappings to getFacebookServiceAuthorizationUrlLink:


            new HashMap<String, String>() {{
              put("id", "facebookId");
              put("email", "email");
              put("first_name", "firstName");
              put("last_name", "lastName");
              put("name", "fullName");
            }},

firstName and lastName are correctly fetched, stored in the DB and returned to the application.
All fields are stored correctly, except “fullName” which is always “null”. I assume Facebook never returns null for “name”.

Any idea?

Hi, Michel.

We’ve released the fix for this issue. Can you try it again?

Hi, yes it’s fixed, thank you!