简体   繁体   English

Unity3d Facebook SDK“附近”消息

[英]Unity3d Facebook SDK “Nearby” message

I am not sure if the title of my post is right, spare me if it is wrong :) 我不确定我的帖子的标题是否正确,如果错误的话,请不要管它:)

I am using the latest facebook sdk with unity (Ver 4.2). 我正在使用最新的facebook sdk with unity(Ver 4.2)。 When i call a fb.api request, i get the message "Nearby" whenever some facebook stuff is loading. 当我调用fb.api请求时,只要加载某些facebook内容,我就会收到“附近”消息。

Scenario. 场景。

  1. A share on fb/ connect with fb/ invite friends function, loads facebook. fb上的分享/连接fb /邀请朋友功能,加载facebook。
  2. At this point, there is a waiting dialog. 此时,有一个等待对话框。 Weirdly enough this waiting shows "Nearby" rather than waiting/loading. 很奇怪这个等待显示“附近”而不是等待/加载。 And i could not find any option to configure this. 我找不到任何配置这个选项。

I looked high and low, but could not find a place where i could configure the default waiting message. 我看起来高低,但找不到我可以配置默认等待消息的地方。 Any suggestions? 有什么建议么?

You can modify Unity/Assets/Plugin/Android/res/value/strings.xml - modify <string name="com_facebook_nearby">nearby</string> entity. 您可以修改Unity / Assets / Plugin / Android / res / value / strings.xml - 修改<string name="com_facebook_nearby">nearby</string>实体。 But I think it is not a solution. 但我认为这不是一个解决方案。 I guess that there is some kind of logic with place picking in the Unity Facebook SDK while login flow. 我想在登录流程时,Unity Facebook SDK中存在某种逻辑选择。 But unfortunately I have not figure out it yet 但不幸的是,我还没弄明白

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

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