I am trying to make a GET request to facebook graph API. When i introduce locale,timezone and gender to the below URL, I receive an error -
https://graph.facebook.com/v2.6/USER_ID?fields=first_name,last_name,profile_pic,locale,timezone,gender&access_token=PAGE_ACCESS_TOKEN
error
message "(#100) Insufficient permission to access user profile."
type "OAuthException"
code 100
error_subcode 2018247
fbtrace_id "EcbnYPgb/sm"
Please help as I am unable to understand why that would be the case.