I am trying some facebook php sdk 3.0 tutorial but i get the error: Fatal error: Cannot use object of type stdClass as array
I guess it has to do with my php version 5.1.6 on live server ( on my xampp i have 5.3.1). Now normally i use jsonwrapper but it doesn't seem to work as i still get the
Fatal error: Cannot use object of type stdClass as array in /var/www/vhosts/mydomain.com/httpdocs/fb/base_facebook.php on line 560
Is there another way to get this working??