Is there a way I can cache user info on the clients system? For example, if I had a list of all of the users friends..via fql…is there a way to save that somewhere so that I don’t have to request it on every use of the app?
I apologize if I’ve used incorrect terminology I’m an amateur programmer.
yes, you can use one of the new HTML5 features
You can also check to see if the broswer doesn’t have that available, and use a server-side caching mechanism to your advantage such as memcached or application variables.