开发者

Silverlight + Facebook DTK API -> SecurityException ONLY on Mac and Firefox

开发者 https://www.devze.com 2022-12-16 18:17 出处:网络
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, Chro

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.


In case someone else runs into this, this has now been fixed with the latest Facebook Developer Toolkit.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号