gpt4 book ai didi

php - Facebook PHP SDK 通知未显示在 Facebook ios 通知中?

转载 作者:行者123 更新时间:2023-11-29 03:07:25 26 4
gpt4 key购买 nike

我有一个基于网络的应用程序,有时会使用以下方式向用户发送通知:

$response = $facebook->api('/'.$userId.'/notifications', 'POST', array(
'template' => 'A template here',
'href' => 'link-here',
'access_token' => 'part1|part2'));

它按预期工作,如果用户在浏览器中浏览 Facebook,则会收到通知,但通知不会出现在 iPhone 或任何移动设备上的 Facebook 应用程序中?

这是为什么,我是否错过了开发者设置中的设置?

最佳答案

根据 Notifications API 的文档-

The logic is that, on web, if Canvas setting exists, we always show 'Canvas URL + href'. If not, we show nothing. In the future (not in this version), we will also use existing URL re-writing logic to support mobile canvas and native mobile apps. We also append some special tracking params (fb_source, notif_id, notif_t) to the target URL for developers to track at their side.

由于此 API 已经处于测试阶段,您应该等待移动设备的下一个版本,这在当前版本中没有处理。

关于php - Facebook PHP SDK 通知未显示在 Facebook ios 通知中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22611760/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com