Hi, I have this result :
Notice: “Undefined index: 249203107-TJa9… in C:\Program Files (x86)\EasyPHP-5.3.8.1\www\twitter\index.php on line 25”
–> the index 2492… is the “oauth_token”
and in my script, I write :
$connection = new TwitterOAuth(’$consumer_key’, ‘$consumer_key_secret’, SESSION[‘oauth_token’], SESSION[‘oauth_token_secret’]);
WHY ?? thanks!