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.

Combining is the action of using different concepts or functions together to perform only one in the end.

learn more… | top users | synonyms

0
votes
2answers
175 views

How to combine Twitter and Facebook Post and Sort them by Time in PHP?

How do I combine two different datas from Facebook and Twitter. And sort them by created_time in PHP?? Supposedly I already got the two datas from their respective API calls. But I can't seem to ...