在IOS上创建facebook应用程序

时间:2012-05-24 13:26:57

标签: ios facebook actionscript-3 mobile

我从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 - 它只显示了分心者。必须有一些我错过的东西。

有什么想法? 感谢

0 个答案:

没有答案