Silverlight + Facebook DTK API -> SecurityException ONLY on Mac and Firefox...
Posted
by
santiago
on Stack Overflow
See other posts from Stack Overflow
or by santiago
Published on 2010-01-15T16:16:12Z
Indexed on
2010/12/27
20:54 UTC
Read the original article
Hit count: 208
I have a SilverLight application which throws a security exception when running on FireFox for Macs. The exact same application works fine on Windows (Internet Explorer, FireFox, Chrome, Opera) and on Safari for Macs.
I am using the Facebook Developer Toolkit available on Codeplex.
The exception is thrown when the user launches the App. At that time I use the SilverLight Facebook API to run some queries using:
facebookAPI.Fql.MultiqueryAsync(queries, QueryAppUsersCompleted, dispatcher);
In my callback function QueryAppUsersCompleted
, the FacebookException does not evaluate to null, and its innerException
property has a SecurityException in it.
Any help would be tremendously appreciated.
© Stack Overflow or respective owner