发送apprequest时没有通知 [英] No notifications when sending apprequest

查看:165
本文介绍了发送apprequest时没有通知的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


可能重复:

“ apprequests”的对话框报告成功,收件人没有收到任何内容

我正在开发一个Facebook应用程序,主要功能之一是允许用户向另一个用户发送应用请求,通知他已被挑战。

I am developing a facebook app, and one of the main functions, is to allow a user to send a apprequest to another user, notifying him that he has been challenged.

然而,在过去几天似乎有些事情出了问题。由于某些原因,我可以发送应用程序很好,但钻石没有显示在屏幕的顶部。我检查了图形API资源管理器,当然,apprequest存在于那里,但通知不会弹出。

However, in the past couple of days, it seems something has gone wrong. For some reason, i can send the apprequest just fine, but the diamond does not show at the top of the screen. I checked in the Graph API Explorer, and sure enough, the apprequest are present in there, but the notification never pops up.

另外,游戏请求确实相加我的主页的Facebook页面的左侧,但是当我点击游戏请求,没有显示?

Also, the game request does add up on the left side of my mains facebook page, but when i click the game request, none of them are shown?

这是由于Facebook打扰了请求2.0的东西吗?或者可能是我的代码创建一个错误请求?这是以图形形式表示的示例Graph API Explorer

Is this caused by facebook messing around with the request 2.0 stuff? or could it be my code that creates a "wrong" request? this is an example taken form teh Graph Api Explorer

{
id:10150308326517343,
application:{
name:appname,
id:277628332248286
},
to:{
name:JacobHarpøthHansen,
id:506232342
},
from:{
name:JacobHarpøthHansen,
id:506232342
},
message:text,
created_time:2011-09-30T09:01:29 + 0000,
type:apprequest
}

{ "id": "10150308326517343", "application": { "name": "appname", "id": "277628332248286" }, "to": { "name": "Jacob Harpøth Hansen", "id": "506232342" }, "from": { "name": "Jacob Harpøth Hansen", "id": "506232342" }, "message": "text", "created_time": "2011-09-30T09:01:29+0000", "type": "apprequest" }

推荐答案

你在Applecation设置部分中选中了App on App选项选择你的应用程序与Facebook集成?因为您无法向Tabbed应用程序发送apprequest。

Do you have checked option "App on Facebook" in your applecation settings section "Select how your app integrates with Facebook"? Because you can't sending apprequest to just Tabbed application.

这篇关于发送apprequest时没有通知的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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