daogr / facebook-actionscript-api

Automatically exported from code.google.com/p/facebook-actionscript-api
0 stars 0 forks source link

Facebook.fqlQuery keeps in cache navigator #370

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. make a facebook fqlquery for retrieving the number of fanpage 
2. wait for new fan 
3. do it again the result come from the cache navigator

What is the expected output? What do you see instead?
Keep value uptodate without cleaning cache 

What version of the product are you using? On what operating system?
All version

Please provide any additional information below.

Original issue reported on code.google.com by fyoudine on 24 Oct 2011 at 1:59

GoogleCodeExporter commented 8 years ago
Same problem.
Using com.facebook.graph.Facebook class.

What steps will reproduce the problem?
- Request list of app permissions;
- Edit app permission;
- Re-request app permissions - old list is reurned!
- Keep app running, clear cache and re-request permissions - new (updated) list 
will be returned.

What version of the product are you using? On what operating system?
- GraphAPI_Web_1_6_1
- flex sdk 4.6 (as3.0)

Original comment by mjbug...@gmail.com on 14 May 2012 at 5:20