Hello friends.
I’m having trouble to display the results.
I get this error when testing : Notice: Trying to get property of non-object in C:\xampp\htdocs\Akalume\noe\demo.php on line 99
And the code:
foreach($content as $tweet)
{
echo’
@’.$tweet->user->screen_name.’
’;
}
Can you help me please.