我从http://code.google.com/p/facebook-actionscript-api/获得了 actionscript facebook api, 并使用了 FriendsListMobile 的示例代码。我更改了我的 APP id,但我该如何处理 SITE_URL?
//Place your application id here.
protected static const APP_ID:String = 'YOUR_APP_ID';
//Place your specified site URL for your app here. This is needed for clearing cookies when logging out.
protected static const SITE_URL:String = 'http://your.site.url/';
如何在 Facebook 上为 Native iOS App 设置我的应用程序:
- 我必须填写所有字段吗
- 我的应用不在应用商店中,所以我没有 iPad App Store ID
- 捆绑包 ID 是强制性的
- 可以将所有字段留空,只需获取我的应用程序的 APP ID 并稍后填写其余部分 - 可以吗?
目前,facebook 代码示例无法在 Ipad 上运行 - 它只是显示干扰项。一定有什么我错过了。
有什么想法吗?谢谢