CatalogClothing
GET v25.0/...?fields={fieldname_of_type_CatalogClothing} HTTP/1.1
Host: graph.facebook.com/* PHP SDK v5.0.0 */
/* make the API call */
try {
// Returns a `Facebook\FacebookResponse` object
$response = $fb->get(
'...?fields={fieldname_of_type_CatalogClothing}',
'{access-token}'
);
} catch(Facebook\Exceptions\FacebookResponseException $e) {
echo 'Graph returned an error: ' . $e->getMessage();
exit;
} catch(Facebook\Exceptions\FacebookSDKException $e) {
echo 'Facebook SDK returned an error: ' . $e->getMessage();
exit;
}
$graphNode = $response->getGraphNode();
/* handle the result *//* make the API call */
FB.api(
"...?fields={fieldname_of_type_CatalogClothing}",
function (response) {
if (response && !response.error) {
/* handle the result */
}
}
);/* make the API call */
new GraphRequest(
AccessToken.getCurrentAccessToken(),
"...?fields={fieldname_of_type_CatalogClothing}",
null,
HttpMethod.GET,
new GraphRequest.Callback() {
public void onCompleted(GraphResponse response) {
/* handle the result */
}
}
).executeAsync();/* make the API call */
FBSDKGraphRequest *request = [[FBSDKGraphRequest alloc]
initWithGraphPath:@"...?fields={fieldname_of_type_CatalogClothing}"
parameters:params
HTTPMethod:@"GET"];
[request startWithCompletionHandler:^(FBSDKGraphRequestConnection *connection,
id result,
NSError *error) {
// Handle the result
}];| Field | Description |
|---|---|
additional_featureslist<string> | additional_features |
bra_band_sizeint32 | bra_band_size |
bra_cup_sizestring | bra_cup_size |
characterstring | character |
chest_sizestring | chest_size |
closurestring | closure |
clothing_size_typeenum | clothing_size_type |
collar_stylestring | collar_style |
denim_featureslist<string> | denim_features |
fabric_care_instructionslist<string> | fabric_care_instructions |
inseamstring | inseam |
is_adult_productenum | is_adult_product |
is_costumeenum | is_costume |
is_outfit_setenum | is_outfit_set |
jean_washstring | jean_wash |
necklinestring | neckline |
occasionlist<string> | occasion |
pant_fitstring | pant_fit |
pant_leg_stylestring | pant_leg_style |
pant_length_stylestring | pant_length_style |
sheernessstring | sheerness |
size_systemenum | size_system |
skirt_lengthstring | skirt_length |
sleeve_lengthstring | sleeve_length |
sleeve_length_styleenum | sleeve_length_style |
sleeve_stylestring | sleeve_style |
sock_riseenum | sock_rise |
sportlist<string> | sport |
sports_leaguelist<string> | sports_league |
sports_teamlist<string> | sports_team |
standard_featureslist<string> | standard_features |
stylelist<string> | style |
themestring | theme |
upper_body_strap_configurationstring | upper_body_strap_configuration |
waist_risestring | waist_rise |
waist_sizestring | waist_size |
waist_stylestring | waist_style |