Null fields login facebook

First, I read all similar thread in this forum. Nothing like my issue.

My BackendlessUser has got: “name”,“email”,“id_fb” …etc
My mapping is:

facebookFieldMappings.put("id", "id_fb");
facebookFieldMappings.put("email", "email");
facebookFieldMappings.put("name", "name");

My permission is:

List<String> permission = new ArrayList<>();

Empty list because name is included in public_profile so in not necessary do add permission. User do login well, but name (full name says fb) is empty. I tried to add permission “name” but dialog return an error: “invalid scope: name”

I use jar version 3.0.8.1.

I tried also to login with .loginWithFacebook() without use fb sdk. Dialog show me “the link is no set up for…”

Hi, Diego.
We’ve just released a fix for this issue. Can you give it a try?

Yes, it works. Thanks so much. Is there is a placde where give a feedback I will be interest

Thanks, Diego!

Guess https://www.quora.com/topic/Backendless is a right place for it :slight_smile: