facebook登录和分享对话框未在Android手机中统一显示

时间:2016-04-05 10:57:03

标签: facebook unity3d facebook-unity-sdk


我使用facebook sdk 7.4和unity 5.2.2f1,我想登录facebook个人资料,并使用Android手机中的FB.FeedShare功能分享游戏。登录在编辑器中工作,但不在Android手机中。当按下登录按钮时,对话窗口正在加载,但它会很快消失。共享功能具有相同的问题。
我在这个问题上坚持了两个星期,我不知道该怎么做!如果有人能解决的话,我会非常感激..

input <- NULL
while(length(input) == 0){
    input <- readline("Please enter the full path for your folder, \nif you want to exit, 
                       enter 'X' (without quote): ") 
    if(input == 'X' | input == 'x'){
       cat("\nYou Chose to exit, Bye!\n")
       return
    } else {

    # Set default directory to the address provided by user
    setwd(input)
    }
 } 

0 个答案:

没有答案