I am trying to get some data for some insights and I am sending a URL request to the Facebook graph API . In the URL I tried specifying the insight's breakdown in German but the API is throwing an error message "message=(#100) breakdown[0] must be one of the following values: country, city, age, gender, follow_type, media_product_type, contact_button_type" (I want to use alter instead of age). Here is an example of the URL I am sending to the Graph API: "GET https://graph.facebook.com/v19.0/18744352423535/insights/?metric=follower_demographics&metric_type=total_value&period=lifetime&breakdown=alter&access_token=EAAOZA HTTP/1.1" I tried adding locale=de_DE (for the german language) as well in the URL but still got the error. Can you please confirm if there is a possible way to put the breakdowns in other languages (not just English) ?Any information would be much appreciated.