Facebook App notifications on mobile
Asked Answered
B

1

9

My Facebook app sends notifications with some information to its users with Notifications API. However, these notifications are only received on desktop, but not on mobile devices.

How can I reach all the mobile users community?

Berwickupontweed answered 13/12, 2012 at 10:16 Comment(1)
At first, I've thought Push Campaigns (Beta) does what we are looking for, but unfortunatelly it needs a mobile app to work.Routh
L
9

If you look at the Notifications API documentation: https://developers.facebook.com/docs/app-notifications/ it clearly states:

Note: Only apps on Facebook.com can use the Notifications API. Also these notifications are only surfaced on desktop version of Facebook.com.

There's no equivalent method for sending 'notifications' to mobile users - you could just email the users directly if you have their email address, which is available if they grant your app the email permission

If the actions you're trying to notify users about are user-generated you can also send Requests which are delivered to mobile devices when the app that sends them is a mobile app - see the requests documentation for iOS and Android

Laciniate answered 20/12, 2012 at 22:14 Comment(3)
Any alternatives by today?Sorcery
No, this hasn't been changed - the documentation is still accurateLaciniate
You could use native notifications for your mobile users instead. i.e. Google Cloud Messaging (GCM) for Android and Apple Push Notification Service (APNS) on iOS. These are more engaging than the facebook notifications on mobile too.Chrysler

© 2022 - 2024 — McMap. All rights reserved.