[Plugin: Sync Facebook Events] fbes_get_events returns an empty array
-
I’m having some beginners problems with the plug-in. I think I’ve ruled out the obvious issues, like API key, UID etc, so I’ve resorted to debugging the code in Eclipse.
If I look at the events table via the Facebook Graph API explorer website, I can see events, but fbes_get_events is currently returning an empty array in sync-facebook-events.php
If I hack fbes_get_events, and send for example
$fql = “SELECT developer_id, role FROM developer WHERE application_id = $fbes_api_key”; then as expected I get back the developer id and the developer role of “administator”. So there is nothing wrong with the keys…Any suggestions welcome
Also would be happy to assist in the development of POST support, to add events to Facebook
The topic ‘[Plugin: Sync Facebook Events] fbes_get_events returns an empty array’ is closed to new replies.