im having difficulties by trying to advertise an event through the facebook ads api. My facebook app has the "reate_event,manage_pages,read_stream,ads_management" permission of the user, who set up an event on facebook.
When i call the facebook ads api with creating an ad it throws me following error message:
[error] => stdClass Object
(
[type] => Exception
[message] => The user is not an admin of the object or the object is not publicly accessible.
[code] => 1487202
)
I did try the same call with being an admin of the specific event and that worked. Thanks for your help! Emin