(please note code in question):
If you include some statements before line #8 to print out the session as well as $request_token and $url, here’s what I get:
Array
(
[oauth_token] => xxxxxxxxx
[oauth_token_secret] => xxxxxxx
)
Array
(
[oauth_token] => xxxxxxxxx
[oauth_token_secret] => xxxxxxxxxx
[oauth_callback_confirmed] => true
)
https://api.twitter.com/oauth/authenticate?oauth_token=Axxxxxxxxxx
If I run the URL, I get the following:
https://api.twitter.com %09http//270wins.us/twitter/index.php?oauth_token=xxxxxx&oauth_verifier=xxxxx
Which is the same thing I am getting when I re-direct from the code, but in this case, I’m running the url manually, so there is no code involved, but I’m still getting this. Any ideas?