tags:

views:

52

answers:

1

http://stackoverflow.com/questions/383777/php-function-to-get-facebook-status

I've got to step 5 but im stuck.

How can I output these results in html format for say 10 status messages?

Thanks, David

A: 

Did you try echo $response['data'][0]['message'] or var_dump($response['data'][0]['message'])?

Josh