fql を使用して 256996217750754 eid を Facebook にクエリすると、end_time が null として返されます。
SELECT eid, name, pic_small, pic_big, pic_square, pic, host, description, start_time, end_time, creator, update_time, location, venue, privacy from event where eid=256996217750754
戻り値:
...
"start_time": "2012-09-01T22:00:00-0400",
"end_time": null,
...
ただし、グラフをクエリすると、正確に返されます。
https://graph.facebook.com/256996217750754?access_token=<access_token>
戻り値:
...
start_time: "2012-09-01T22:00:00",
end_time: "2012-09-02T01:00:00",
...
誰かが理由を知っていますか?