Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

A date is a particular point or period of time at which an event occurs, or is expected to.

learn more… | top users | synonyms (1)

0
votes
0answers
10 views

Facebook API Return statuses

Hey guys I've been trying to get facebook status updates from the users feed and post them to a div, my issue is that it is only displaying one result or "story" when it should display around 25. Also ...
0
votes
0answers
35 views

Birthday date not working

I'm developing an app which gets the birthday date of the user but it's still not working. The most strange thing is that whe i debug this app throw the developer facebook interface, it works ...
0
votes
0answers
15 views

GraphAPI: Adding event without time

I want to add an event using the GraphAPI (PHP) that only has a starting date. Fields that are send to Facebook are: [access_token] => <my access token> [name] => Testing event 2 ...
0
votes
0answers
50 views

RSS post causing timeline to fail to load

Recently when visiting a client's Facebook page, everything in the "Highlights" view has disappeared. You can see their recent content when you switch to filter for "Posts by Page". However, if you ...
0
votes
2answers
153 views

Storing facebook user birthday to mysql

I am using Codeigniter and mysql. I got the facebook user birthday with 01/23/1999 format and I got date YYYY/M/D format in mysql table. How can I insert it? I tried but I got 0000/00/00 and also ...
2
votes
3answers
4k views

Format Date as “yyyy-MM-dd'T'HH:mm:ss.SSS'Z'”

I need to format a date as yyyy-MM-dd'T'HH:mm:ss.SSS'Z' as specified by Parse's REST API for Facebook. I was wondering what the most lightweight solution to this would be.
0
votes
0answers
207 views

Graph API + C# SDK: Create event without end date

I'm having an issue when I create events from my app, basically if I don't set the "end_time" parameter for the created event, Facebook creates an event that ends 3 hours after the start time. I'm ...
1
vote
0answers
20 views

like box only show posts from a certain date

I added a like box to my site but would only like to show posts starting from a specific date. Is there a way to do this? Any help would be appreciated.
1
vote
1answer
460 views

Extract dates from facebook - date of established friendship / date of when person joined fan page / group

is there a way (API) to extract the date of a established friendship or the date of when a specific person joined a fan page/group in Facebook? I haven't found anything in the docs and the Web, but ...
1
vote
1answer
2k views

facebook api date format

I've been working on facebook application. But I've faced with strange bug(?). It I'm trying to get detailed info about any event using graph api start_date differs from the one if I'm trying to get ...
0
votes
1answer
59 views

If i like to get the latest feeds from group / news feed what to use in the since key?

im using the graph api to get the latest news from groups and news feed , i wander what is the right date to use ? the update_time or create_time in the json results ? "created_time": 1327392578, or ...
0
votes
1answer
344 views

Does the Facebook Graph API or FQL allow you to search for photos using the new Date Tag features?

Facebook allows you to change the date associated with a photo by clicking on that photo and clicking Change Date. However the only dates associated with a photo that are exposed through FQL are the ...
0
votes
1answer
357 views

How Can I Remove / Hide the Dates from Facebook Comments on my Wordpress Blog?

I'm having a hard time figuring this out. I was able to successfully remove date stamps from my wordpress blog comments, but I'm also using a plugin that allows visitors to comment using their ...
3
votes
0answers
373 views

Facebook insights API & CSV export date differences

I've noticed a consistent discrepancy between the data returned from facebook insights when getting it from the API vs getting it CSV exporting. For example, for a certain metric ...
0
votes
1answer
121 views

How do I get status messages of friends through an app of certain date, month etc.?

How do I get status messages of friends through an app of certain date, month etc.? Please provide a link to the appropriate tutorial or documentation page. I have searched a lot but could not get ...
2
votes
3answers
701 views

Posting object to Facebook via Open Graph with a specific date, but the date isn't working

I am posting to a user's Facebook Timeline from my app, and am having some trouble with dates. The user is initiating the post to Facebook from my app. The object they are posting is an event that ...
0
votes
2answers
2k views

Create a Date UTC with a timezone-based timestamp

Odd question, but you have to know first that Facebook API defines all the dates with a timestamp (long = number of second) started 01/01/1970 00:00:00 located on PDT timezone (Pacifica time). This ...
1
vote
2answers
177 views

Need help formatting Unix Date from XML output.

I have an events feed from facebook that outputs data in XML format. The dates/ times are in epoch (unix) format, I think. Like so: ...
1
vote
1answer
194 views

Change the date of a photo through the graph api

In the facebook timeline I am happy that I can now manually change the dates of previous photos that I have posted. But I would love to be able to do this through the graph api. I cannot see any ...
1
vote
1answer
265 views

How are Facebook Event Dates calculated

I live at GMT. I've created an event on facebook at 00:00. When I query the graph api without access token, it returns 00:00. When I use an access token, it return 07:00. There's a 2nd event I didn't ...
0
votes
0answers
311 views

Using Javascript to search a directory for the most recent file and create a URL to link to it

I have looked online for the past few hours and have not been able to find a viable solution. I am trying to use javascript to search a specific directory on my webserver for the last modified image ...
3
votes
1answer
380 views

PHP Compare two dates in format 2011-05-16T09:39:14+0000 (facebook datetime format)

In PHP I want to compare 2 dates in this format: 2011-05-16T09:39:14+0000 $datedeb="2011-05-18T01:25:18+0000"; $datefin="2011-05-16T09:39:14+0000"; I have PHP5.1.6 for your information.
0
votes
2answers
409 views

facebook date issue

i m making facebook app n i m getting update_date=2011-03-23T04:30:43+0000 in this formate now i want time ago same as facebook in browser from this date .. i m using date formate its working fine in ...
0
votes
1answer
597 views

how to show notifications categorized based on date

I want to develop notification system that show data categorized based on date. like facebook notifications. please kindly explain me about database design. and i want to show this in ...
0
votes
1answer
191 views

Parsing date in a Facebook application using PHP

i'm trying a simple facebook application, running on localhost using wamp 2.0 , i got the date using the following code as shown here, when i run echo($bd); i get the correct result but when the ...
0
votes
1answer
448 views

java facebook webapp create event date timezone

Java fb API I am creating facebook web application, to create even following is the required params. http://developers.facebook.com/docs/reference/rest/events.create Problem is with start_time and ...
4
votes
4answers
773 views

Facebook Interview Question: Formatting a collection of times for a movie show time output (using Linq is preferred)

class TimeObject { DateTime time; bool isMatinee; } Given: {8:00, 9:30, 11:00, 12:10, 2:00, 4:00, 5:20} -- a collection of TimeObjects Output: (8:00AM, 9:30, 11:00, 12:10PM, 2:00), 4:00, ...
7
votes
1answer
239 views

How do I replace absolute times (“1:30 PM”) with relative times (“15 minutes ago”) and have them automatically update?

Is there a Javascript script to change the time and date of blogs automaticly like facebook ??? for example "10 minutes ago" instead of "May 15 2010 12:30". -Thank You
2
votes
4answers
5k views

Convert facebook date format to javascript date

Hi i'm getting events from facebook with fql and javascript sdk. How can i convert the facebook format date in a javascript date? thanks