Facebook的AP prequest消息没有显示,接收方的通知名单 [英] Facebook apprequest messages are not displayed on receiver's notifications list

查看:800
本文介绍了Facebook的AP prequest消息没有显示,接收方的通知名单的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想直接发送消息到Android上使用Facebook的对话框朋友。在code,做如下:

I am trying to send a direct message to friends using Facebook Dialogs on Android. The code that does is as follows:

Bundle params = new Bundle();
    params.putString("message", "sending direct messages");
    params.putString("to", friendId);
    mFacebook.dialog(FBFriendsActivity.this, "apprequests", params, new PostDialogListener());

在code执行好。没有错误。在Facebook发送对话框显示了,我点击发送。但是,我没有看到在接收者的通知中列出的任何通知。

The code executes well. No error. The Facebook send dialog shows up, and I click on send. but, I do not see any notifications listed on the receiver's notifications.

我必须有一个Facebook应用程序,以使这个工作?如果是这样,我怎么发送用户到用户的请求?

Do I have to have a facebook app in order for this to work? If so, how do I send user-to-user requests?

推荐答案

我会假设三种情况之一。

I would assume one of three things.


  1. 您的应用程序仍处于测试模式

  2. 该应用程序的请求去测试用户,而不是一个普通用户帐户

  3. 更重要的是,你的应用程序可能无法正确​​配置为画布应用

  1. You application is still in test mode
  2. The app request went to a test user rather than a normal user account
  3. Most importantly, your app may not be properly configured as a canvas app.

请参阅 https://developers.facebook.com/docs/reference/dialogs/请求/ 了解详情

这篇关于Facebook的AP prequest消息没有显示,接收方的通知名单的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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