简体   繁体   English

Facebook分享-Corona SDK

[英]Facebook share - corona sdk

I have a quick question about using Facebook to post Status and app store links etc by clicking on a button during the game over screen using Corona SDK and LUA. 我有一个关于使用Facebook发布状态和应用商店链接等的快速问题,方法是在游戏中使用Corona SDK和LUA在屏幕上单击一个按钮。

I understand that I need to get a fbAppID in order to use Facebook share but can I use it with a unfinished app, just for testing on device whether the Facebook share feature works properly? 我知道我需要获取fbAppID才能使用Facebook共享,但是我可以将其与未完成的应用程序一起使用,仅用于在设备上测试Facebook共享功能是否正常工作吗?

Do I also need to get my app approved by Facebook in order to use it? 我还需要获得Facebook批准才能使用我的应用程序吗? won't that require the game to be finished and ready for launch? 那会不会要求游戏完成并准备发布?

If anyone has any good tutorials or useful tips on getting this feature to work then id love to hear it. 如果有人对如何使用此功能有任何好的教程或有用的提示,那么id喜欢听它。 I really wanna use this feature in my game but am very confused in the different methods that need to be done correctly, and when so. 我确实想在游戏中使用此功能,但对于需要正确完成的不同方法以及何时正确使用此方法感到非常困惑。

Im reading the Ghost vs Monsters sample code to get a rough idea but am still confused on the Facebook developer side of things. 我正在阅读Ghost vs Monsters示例代码,以获得一个大概的想法,但在Facebook开发人员方面仍然感到困惑。

thanks. 谢谢。

Re " get a fbAppID in order to use Facebook share but can I use it with a unfinished app ": As per the Facebook Portal Setup docs , 重新“ 获取fbAppID以便使用Facebook共享,但我可以将其与未完成的应用程序一起使用 ”:根据Facebook Portal设置文档

Once registered, you must set up your app with Facebook to receive a unique App ID. 注册后,您必须在Facebook上设置您的应用程序才能收到唯一的应用程序ID。 You can do this even if your app isn't yet complete. 即使您的应用程序尚未完成,也可以执行此操作。

This makes sense because the two systems are completely separate: as long as your app can speak the Facebook API, it can participate, regardless of what else is in it, Facebook doesn't care. 这是有道理的,因为两个系统是完全分开的:只要您的应用程序可以说Facebook API,它就可以参与其中,无论其中有什么其他内容,Facebook都不在乎。

Re " Do I also need to get my app approved by Facebook ": you may need to get the "idea" of your app approved, and to accept an agreement that will identify what you are allowed and not allowed to do with your app (anything illegal or anything that violates the Facebook end user agreement, etc), but Facebook will not try out your app to determine if it is sufficiently mature, why would they care, the only thing Facebook cares about is to generate traffic on their site, provide date for its social network, and do so within the bounds of the law and the EULA. 关于“ 我还需要得到我的应用程序的批准吗?”:您可能需要使您的应用程序的“想法”获得批准,并接受一项协议,该协议将确定您被允许和不允许与您的应用程序进行交易(任何违法或违反Facebook最终用户协议的行为,等等),但Facebook不会尝试使用您的应用来确定其是否足够成熟,为什么他们会在意,Facebook唯一关心的就是在其网站上产生流量,提供其社交网络的日期,并在法律和EULA的范围内进行。 Please post specific evidence to the contrary if you have some, or specific experience you have had. 如果您有某些经验,请发布相反的具体证据。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM