php - Working with Twitter OAuth... need some help -
i'm working through unofficial example of twitter's oauth pete warden, here.
i need few things... i'm trying work through localhost can't callback url have set http://bit.ly/localhost/twitter/index.php/
when log in bring me original page index.php
, located in localhost/twitter/index.php
login link begin with. instead brings me base base of localhost.
additionally, error notice: session had been started - ignoring session_start() in c:\wamp\www\twitter\index.php on line 295
i can't see how session has been started... literally place in of files in entire example session_start()
called.
let me know if can figure out why these things happening.
you might have session.auto_start = 1
in php.ini. can check whether enabled calling phpinfo()
.
Comments
Post a Comment