简体   繁体   中英

Facebook user to user apprequests custom message issue

I have an app on facebook in sandbox mode.

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'

i have tried 'new_style_message' to true indicated by some developer friends but still i can't see my custom message.

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

            }, 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

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.

That doesn't work any more.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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