cedricsandars

Results 3 comments of cedricsandars

Try this with the fields that you need ``` js FB.api("/me", {fields: "id,name,picture"}, function(response){ console.log('Facebook data'+JSON.stringify(response)); } ```

@red010182 Hey were you able to find a fix for this? I'm also facing the same issue :(

Great. Thx On Sat, Mar 7, 2015 at 9:55 AM tpy [email protected] wrote: > Yes, the solution is: > 1. Go to your facebook app console > 2. In Settings...