Facebook PHP SDK notifications do not show up in Facebook ios notifications? -
i have web based app send notifications users using following:
$response = $facebook->api('/'.$userid.'/notifications', 'post', array( 'template' => 'a template here', 'href' => 'link-here', 'access_token' => 'part1|part2'));
it works expected , users notification if browsing facebook in browser notification not appear in facebook app on iphones or mobile devices?
why this, have missed setting in developer setup?
according documentation of notifications api-
the logic that, on web, if canvas setting exists, show 'canvas url + href'. if not, show nothing. in future (not in version), use existing url re-writing logic support mobile canvas , native mobile apps. append special tracking params (fb_source, notif_id, notif_t) target url developers track @ side.
since api in beta, should wait next release mobile thing, isn't handled in current version.
Comments
Post a Comment