joshmoody / codeigniter-twitterconsumer

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

Should cache/store token instead of requesting for every call. #2

Closed PanMan closed 11 years ago

PanMan commented 11 years ago

This requests the needed token from Twitter on every request. So every call does 2. It would be nice if the token could be cached/stored as they don't change at all (unless manually invalidated). Thanx for the lib tho!

PanMan commented 11 years ago

Fixed by pull req, thnx :)