Notice: Uninitialized string offset: 0 in /web/htdocs/www.**********/home/nolongerfriends/index.php on line 191
Fatal error: Cannot use string offset as an array in /web/htdocs/www.*********/home/nolongerfriends/index.php on line 191
il codice in questione è
Come risolvo questo problema? Non riesco a capire perchè a volte da errore e a volte no :@Codice PHP:
$nome=$facebook->api_client->users_getInfo($friend,array('last_name', 'first_name'));
$data['first_name'] = $nome[0]['first_name'];
$data['last_name'] = $nome[0]['last_name'];
Grazie a tutti