When I retrieve my facebook status through facebook API, using status.get, the informations comes in the form of

[
  {
    "message": "Does anyone here knows how to disappear and reappear again after a few months??",
    "time": 1282146230,
    "status_id": 00000000000000,
    "source": 2915120374,
    "uid": 000000000
  },
  {
    "message": "Blah blah and blah",
    "time": 1282073572,
    "status_id": 00000000000000,
    "source": 2915120374,
    "uid": 000000000
  }
]

I want to format the information using css and display the updates on my blog. How do I extract the info from the above retrieved format so that I can use it on my php page and use css to style the updates??

link|improve this question

This probably belongs on StackOverflow – John Conde Aug 19 '10 at 13:21
This does belong on Stack Overflow. – RandomBen Aug 19 '10 at 13:52
1  
As noted by others, this is a programming question (about JSON if I'm not mistaken) and should be directed at StackOverflow.com. – Kris Aug 19 '10 at 13:56
feedback

closed as off topic by John Conde, RandomBen, Kris, DisgruntledGoat, Tim Post Aug 19 '10 at 14:29

Questions on Pro Webmasters - Stack Exchange are expected to generally relate to webmastering, within the scope defined in the faq.

Browse other questions tagged or ask your own question.