Hi guys,
the basic idea is, I created a application of which users will become fans and get the latest and greatest events from. For that I will need to post a event to the wall page of the application itself.
Creating a event is not a problem (I'm using PHP5):
$event_id=$facebook->api_client->events_create(json_encode($FB));
But I couldn't find any reference on how to publish a wall entry for that. This would only show up in the "event" tab I tried using stream_publish - which works fine, but again I couldn't find a way to create a event.
Any hints would be appreciated.