jasonmayes / Twitter-Post-Fetcher

Fetch your twitter posts without using the new Twitter 1.1 API. Pure JavaScript! By Jason Mayes
http://www.jasonmayes.com/projects/twitterApi
Other
911 stars 233 forks source link

Is it possible to handle cache in order to save requests to https://cdn.syndication.twimg.com... #137

Closed monecchi closed 7 years ago

monecchi commented 7 years ago

Browsing an old commit there used to have a caching config. Is this deprecated? Anyways of setting a cache and save requests to https://cdn.syndication.twimg.com...?

I'd really appreciate any inputs regarding this issue.

franklinjavier commented 7 years ago

@monecchi you need to update to v17.0.0

franklinjavier commented 7 years ago

@jasonmayes tks for the fix

monecchi commented 7 years ago

@franklinjavier Thanks for the input, I've already update to the latest version, but I just can't see in the docs any options to enable cache, do I have to make changes to the plugin itself or does it happen automatically?

jasonmayes commented 7 years ago

As far as I remember I did not cache anything locally as to get new tweets you must fetch the new version from the server. When you call fetch I assume you want the latest data.