Facebook recently added a function in which the date / time will be returned in Unix timestamp format, just add the date_format=U
request parameter to the end of your Graph call. For instance:
https:
This will return the time / dates in a Unix timestamp format (e.g. 1309572000).
Note. At the moment, only updated_time in timestamp format, but not start_time
fuxes source share