CatalogShoesAndFootwear
GET v24.0/...?fields={fieldname_of_type_CatalogShoesAndFootwear} 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_CatalogShoesAndFootwear}',
'{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_CatalogShoesAndFootwear}",
function (response) {
if (response && !response.error) {
/* handle the result */
}
}
);/* make the API call */
new GraphRequest(
AccessToken.getCurrentAccessToken(),
"...?fields={fieldname_of_type_CatalogShoesAndFootwear}",
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_CatalogShoesAndFootwear}"
parameters:params
HTTPMethod:@"GET"];
[request startWithCompletionHandler:^(FBSDKGraphRequestConnection *connection,
id result,
NSError *error) {
// Handle the result
}];| Field | Description |
|---|---|
additional_featureslist<string> | additional_features |
boot_shaft_heightstring | boot_shaft_height |
boot_stylestring | boot_style |
calf_widthstring | calf_width |
characterstring | character |
closurestring | closure |
fabric_care_instructionslist<string> | fabric_care_instructions |
heel_heightstring | heel_height |
heel_height_stylestring | heel_height_style |
heel_stylestring | heel_style |
holidaystring | holiday |
is_orthopedicenum | is_orthopedic |
is_water_resistantenum | is_water_resistant |
occasionlist<string> | occasion |
shoe_typeenum | shoe_type |
shoe_widthstring | shoe_width |
size_systemenum | size_system |
sneaker_product_linestring | sneaker_product_line |
sportlist<string> | sport |
sports_leaguelist<string> | sports_league |
sports_teamlist<string> | sports_team |
standard_featureslist<string> | standard_features |
stylelist<string> | style |
themestring | theme |
toe_stylestring | toe_style |