brianshaler / Vivagrams

Vivagrams on CodeIgniter
vivagrams.com
3 stars 0 forks source link

Twitter oauth error #16

Open brianshaler opened 13 years ago

brianshaler commented 13 years ago

I think generating the oauth URL for each page load was a bad idea. Slows down the page, and I think we might hit a limit. Detail online are scarce. Perhaps we can cache it? I know it expires, but not sure when.

Instead of embedding the oauth URL in the page, a much better fix would be to make the page's link an internal link that generates the oauth url while the user waits to be redirected... Should be simple enough to rig up, too.