Facebook AS3 api 登录框确实有效,一天后它不起作用 [英] Facebook AS3 api log in box did work, a day later it does not

查看:27
本文介绍了Facebook AS3 api 登录框确实有效,一天后它不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

昨天我成功地让我的 Flash 项目使用 facebook as3 api 登录.今天我再次尝试使用该应用程序,现在它不起作用.我没有更改任何代码......有谁知道我应该如何调试这个或者其他人发生过这种情况吗?

Yesterday I successfully got my flash project to log in with the facebook as3 api. Today I tried using the application again, and now its not working. I didn't change any code... Does anyone know how I should approach debugging this or has this happened to anyone else?

谢谢

推荐答案

一位朋友为此问题创建了解决方案.我用 AS3 SDK 修复了我的 Flash 网站和他们的 Facebook 连接.

A friend created a solution for this issue. I fixed my flash sites and their facebook connect with AS3 SDK.

我们来自墨西哥,所以是西班牙语:Facebook AS3 修复

We're from Mexico so it's in spanish: Facebook AS3 Fix

翻译:

1.- 如果您使用的是 GraphAPI_Web_1_8_1.swc,请将其删除.

1.- If you're using GraphAPI_Web_1_8_1.swc, delete it.

2.- 从这里

3.- 复制库中的文件夹,如果您已经有 facebook 文件夹,请覆盖.

3.- Copy the folder in your libraries, if you already had the facebook folder, overwrite.

4.- 编译项目.

出现问题是因为facebook修改了它的http://connect.facebook.net/en_US/all.js 文件,其中来自 as3 api 的 FacebookJSBridge.as 文件对FB.JSON"进行了一些调用.现在它们应该改为JSON".

The problem happened because facebook modified its http://connect.facebook.net/en_US/all.js file in a way in which the FacebookJSBridge.as file from the as3 api made some calls to "FB.JSON". Now they should be made to "JSON" instead.

这篇关于Facebook AS3 api 登录框确实有效,一天后它不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆