简体   繁体   English

Facebook用户到用户请求自定义消息问题

[英]Facebook user to user apprequests custom message issue

I have an app on facebook in sandbox mode. 我在沙盒模式下的Facebook上有一个应用程序。

when i send apprequests (user to user) from this app to my friend with a message(Naturally INVITES) 当我通过消息将请求(用户到用户)从该应用发送给我的朋友时(自然邀请)

i don't see my custom message instead i see the notification at the receiving end as 我没有看到我的自定义消息,而是在接收端看到了如下通知:

'XXXX send you invite request' “ XXXX向您发送邀请请求”

i have tried 'new_style_message' to true indicated by some developer friends but still i can't see my custom message. 我已尝试将“ new_style_message”设置为true,这是一些开发人员朋友指出的,但我仍然看不到我的自定义消息。

please find my code snippet and let me know any changes needed. 请找到我的代码段,并让我知道需要进行的任何更改。

enter code here

FB.ui({ method: 'apprequests', message: 'Welcome and meet me', title: 'Request', new_style_message: true, to: _selected_ids FB.ui({方法:“ apprequests”,消息:“ Welcome and满足我”,标题:“ Request”,new_style_message:true,发送至:_selected_ids

            }, callbackhandling);

this is my code to send request....but the receiving user is not seeing any custom message. 这是我发送请求的代码。...但是接收用户没有看到任何自定义消息。 Thanks 谢谢

When I send app requests (user to user) from this app to my friend with a message (Naturally Invites) I don't see my custom message. 当我通过一条消息(自然邀请)从此应用向我的朋友发送应用请求(用户到用户)时,没有看到我的自定义消息。 Instead I see the notification at the receiving end as 相反,我在接收端看到的通知是

XXXX send you invite request XXXX向您发送邀请请求

That's how invites are supposed to work – it's in the requests docs. 这是邀请应该如何工作-这是在请求文档。

I have tried *new_style_message* to true indicated by some developer friends but still I can't see my custom message. 我已经尝试将某些开发人员的朋友将* new_style_message *设置为true,但仍然看不到自定义消息。

That doesn't work any more. 那行不通了。

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

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