kennylerma / facebook-actionscript-api

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

fqlQuery function is not making the callback #367

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Facebook.fqlQuery
2. the callback function is not being called

What is the expected output? What do you see instead?
Receiving the callback is the expected output(with either success object or 
fail object parameter containing data or error info)
The callback is not being called.

What version of the product are you using? On what operating system?
I think is the latest version of the library running on Windows 7/ Adobe Flash 
10.3.183.7 debug + Firefox
It's not relevant data as long as one week ago with the same sw configuration 
it worked just fine.

Please provide any additional information below.
One week ago it worked and now it stopped working. The application is not 
throttled; I checked in the Facebook application Insights.
I put some breakpoints in the following functions in AbstractFacebookRequest 
and it seems they are never hit:
handleURLLoaderComplete
handleURLLoaderIOError
handleURLLoaderSecurityError
Calling Facebook.api works just fine.
Making the FQL call in the browser window also works. Making the FQL call in 
javascript also works.

Original issue reported on code.google.com by alexandr...@gmail.com on 12 Oct 2011 at 11:45