FB.AppRequest不起作用 [英] FB.AppRequest does not work

查看:246
本文介绍了FB.AppRequest不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试通过Unity上的Facebook SDK发送应用请求.一切正常,直到我按发送".它还返回成功,但是在我朋友的facebook:S

I am trying to send App Requests with Facebook SDK on Unity. Everything is alright until I press 'send'. It also returns a success but nothing happens in my friends' facebook :S

    FB.AppRequest(message, null, null, null, null, null, title,
        (result) => {
            Debug.Log(result.RawResult);
        }
    );

如您所见,我能够显示朋友列表并选择将接收请求的人.按send之后,它返回成功(我有意放X了).但是,在我朋友的Facebook上什么也没发生.

As you can see, I am able to show the friends list and select the ones who will receive the request. After pressing send, it returns a success(I have put the Xs intentionally). However, nothing happens on my friend's facebook.

{"to":"10XXXXXXXXXXXXXX33","request":"161XXXXXXXXXXXXXX89","callback_id":"4"}

推荐答案

我已将接收请求的朋友指定为管理员,以便他可以获取通知.否则,他不会得到任何东西,因为facebook应用程序当前处于开发模式.

I have assigned my friend receiving the request as administrator so that he was able to get the notification. Otherwise, he does not get anything because the facebook app is currently in development mode.

这篇关于FB.AppRequest不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆