I am getting a "Invalid parameter" response from the graph api but cannot figure out what the problem is, I tried different ways, this is my request/response: (for anonymity some Id's/urls have been modified with X's)
{
"status": "ACTIVE",
"page_id": "16124XXXXXXXXXX",
"object_url": "https://XXX.io/3mrAJwT",
"link_destination_display_url": "testerbv.test",
"asset_feed_spec": {
"titles": [
{
"text": "test part 2"
},
{
"text": "test part 2"
}
],
"link_urls": [
{
"website_url": "https://XXX.io/3mrAJwT"
}
],
"descriptions": [
{
"text": "This is a test"
},
{
"text": "This is a test 2"
}
],
"call_to_actions": [
{
"type": "LEARN_MORE"
},
{
"type": "WATCH_MORE"
}
],
"call_to_action_types": [
"LEARN_MORE",
"WATCH_MORE"
],
"bodies": [
{
"text": "Full text 1"
},
{
"text": "Full text 2"
}
]
},
"adset_id": "23846852408150089",
"actor_id": "16124XXXXXXXXXX"
}
Response:
{
"error": {
"message": "Invalid parameter",
"type": "OAuthException",
"code": 100,
"error_subcode": 1487390,
"is_transient": false,
"error_user_title": "Adcreative Create Failed",
"error_user_msg": "The Adcreative Create Failed for the following reason: Oops, something went wrong. Please try again later",
"fbtrace_id": "AR-frJwvUxMTI39_3OBZeNc"
}
}