joshmoody / codeigniter-twitterconsumer

Twitter API that works with Application-only authentication
7 stars 2 forks source link

Fixes issue #1 so token can be cached between calls (caching not included) #3

Closed PanMan closed 11 years ago

PanMan commented 11 years ago

I changed some things so the token can be cached between calls. Caching not included.

Made get_token public, created set_token, made token a class variable, all so tokens can be cached between calls and don't need to be requested on every request, saves a HTTP call.

joshmoody commented 11 years ago

Thanks @PanManAms for the contribution!