I keep getting this error..
PHP Parse error: syntax error, unexpected T_STRING in C:\inetpub\storeboard.com\oauth\callback.php on line 39
What am I doing wrong with this line of code? This is line 39
header('Location: ./save_twitter_tokens.php?nToken='.$access_token["oauth_token"].'&nSecret='.$access_token["oauth_token_secret"].');
maybe this will work: