Reputation: 687
Still don't got it, how to use the facebook api, for things like that.
This one succeeds...
$userlocation = $facebook->api('/me', 'get', array("fields"=>"name,location"));
This one returns an empty aray...
$events= $facebook->api('/me/events', 'get', array("fields"=>"id, owner, name,location"));
thx..
Upvotes: 0
Views: 1676