How can I get notification on iphone facebook app from facebook mobile web app - facebook

I have made facebook mobile web app.
It sometimes send the facebook push notifiactions.
Facebook web page(www.facebook.com) recieves the notifications well, but the facebook mobile app(iOS and android) doesn't.
Is it possible to send notification to the facebook mobile app from my facebook web app?
Thank you.

Are you using the notifications api ? If so, you should know it only sends out notifications on the website. From https://developers.facebook.com/docs/app-notifications/,
Note: Only apps on Facebook.com can use the Notifications API. Also these notifications are only surfaced on desktop version of Facebook.com.

Related

Does facebook analytics for apps allow me to track mobile app user insights, even without the facebook login?

I'm working on building an IOS/android app and I'm wondering how i can use Facebook Analytics for apps.
There is no social login for the app, but i would like to use in-app events to retarget users of the app as they browse facebook owned platforms, even though they have not used facebook to sign in etc on the IOS/Android app.
Can this be done by implementing the Facebook analytics SDK?
I appreciate that i'm not a developer, so this question may yet prove to be totally misinformed.
Thanks
Facebook Analytics doesn't acquire Facebook login. See: https://developers.facebook.com/docs/analytics/faqs/#faq_529032737286063
You can send app events with Facebook Analytics that you can use to view reports in Facebook Analytics as well as use for tracking conversions from Facebook ads and building remarketing audiences (custom audiences) in Facebook ads.
iOS App Events: https://developers.facebook.com/docs/app-events/getting-started-app-events-ios
Android App Events: https://developers.facebook.com/docs/app-events/getting-started-app-events-android

Yammer login to web app not working on Iphone

Recently i registered app on yammer to use yammer for login to my web app. There is a problem on iOS with this flow, because when i try to login I get mobile yammer app login pop up & after that it only opens yammer app, and no redirection to my web app actually happens.
This only happens on iphone, on all other devices it works, on android also works with yammer app installed. Somebody familiar with this ?

Facebook API - Notifications for mobile

Using facebook api, I managed to send notifications perfectly fine, however I noticed that notifications can only be sent to facebook users that are not on mobile.. So all mobile users get NO notifications until they are on a PC.
My app is using 'Facebook canvas', and 'Website' in the developer settings.
Any help is greatly appreciated, thanks :)
The notifications are only surfaced on the desktop web version of Facebook
Source: https://developers.facebook.com/docs/games/services/appnotifications

My Facebook App notifications only show on facebook.com, not in the iOS app

I'm working on a mobile web app. I send notifications to users via facebook with the folowing api:
https://developers.facebook.com/docs/games/notifications/
This works, the notification show up on facebook.com. But they are not showing up in the facebook app, which is what I want.

App Notifications: Website with facebook notifications

The FB documentation reads:
Only apps on Facebook.com can use App Notifications.
Does that mean that only Canvas apps can use notifications. Or is it possible for Web apps that are non canvas integration to use App notification.
Only Canvas apps can use the Notifications API of facebook.