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.

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
28 views

How to get Facebook Time and date in Android APP

Need to get same time format of Facebook.i cant able to get response of same FB time format.Any one knows please help me .thanks
0
votes
2answers
117 views

Select Previous Date (Decerement by 1) And Convert To Unix TimeStamp

I am trying to fetch Newsfeed using the Facebook (API) FQL. In an attempt to page results, I was initially using LIMIT and OFFSET parameters like this: SELECT post_id,.... FROM stream WHERE ...