andrewbiggart / latest-tweets-php-o-auth

Twitters API v1.0 has now been retired. Here's a way you can pull your tweets from Twitter using PHP and OAuth.
130 stars 43 forks source link

Session Start Issue on WP #13

Closed rnlambert7 closed 6 years ago

rnlambert7 commented 10 years ago

Hi, I've used your wonderful code on my site to pull in twitter feeds on wordpress. Once I put everything into production mode, had issues with the session's since the headers were already sent. I pulled out the session_start() and everything works fine. I wanted to know why session_start() was there to begin with?

andrewbiggart commented 10 years ago

Hi, I think I accidentally left it in by mistake. It serves zero purpose, so don't worry.

rnlambert7 commented 10 years ago

Oh Awesome thanks!