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.

DO NOT USE for questions that happen to contain the word "history". Use this tag for questions about the history of a programming concept or feature.

learn more… | top users | synonyms (1)

0
votes
2answers
59 views

Stop content from refreshing during navigation?

I've seen several sites do this i.e. Facebook's chat window, or Reverbnations music player, I was wondering if anybody can point me to any tutorials on how it can be achieved? Cheers.
3
votes
1answer
438 views

Getting Facebook chat history to mobile xmpp clients

Is it possible (allowed by FB) to get the chat message history, which is stored at FB? We are developing iOS and Android xmpp chat clients and couldn't find a way how our chat client can display ...
2
votes
0answers
58 views

how to get a comment edit history

In facebook We can edit our comment if we want now, and we can see the edit history by click the edited button. But I cant get the edit history by FQL or graph api, does anyone know how to get it?
2
votes
1answer
417 views

FQL Query for getting Chat conversation

Here is the code. In the result I want to see my conversation and my friend conversation. For conversation history functionality How can I do this? SELECT message_id, thread_id, author_id, body, ...
-1
votes
1answer
6k views

how to get full chat message history on my PC full one between me & a friend? [closed]

I want to get the full history chat messages between me & my best friend since we started talking i scroll up but we have type more than 10000000 word << so how to get all of those on a ...
1
vote
1answer
100 views

Is there a way to pull posts by the date they appear on the timeline? Like from 1987?

On the Facebook timeline, you can set the date an event happened. Like when you were born, married, really anything. However, when using the API, it only searches on the created date. Example: If I ...
-2
votes
4answers
778 views

How facebook renders its pages so fast

I was using facebook and found the following features appended into their left vertical menu. pages load so fast pages do have its back button enabled only a part of page reloads. Can anyone put ...
12
votes
1answer
4k views

How could I change window's location without reloading and # hack?

At first I thought that hash hack is a requirement, however judging from the recent updates from facebook, I am thinking otherwise. The original hash hack (I am not sure if this is the correct term) ...
1
vote
1answer
196 views

Facebook Work History Unavailable

I am relatively new to FB development, but I have managed to do what I wanted, which was to get a list of friends, and from each of them, get their work history. I accomplished this by using ...