Send notification of android app to facebook using facebook API notification

Hi, I want to send notifications from the Android app to facebook. To send a facebook notification, I got this link: https://developers.facebook.com/docs/concepts/notifications/ But I'm not sure how to use this link in android to send notifications.

Please, can any body guide me for this?

+5
source share
2 answers

You cannot send notifications from the Android app. I tried POST using the link you provided and received the following error:

{"error":{"message":"(#200) Only web canvas apps can send app notifications","type":"OAuthException","code":200}}

Perhaps you could use this: https://developers.facebook.com/docs/android/send-requests/

+1

Android API API . , .

0

All Articles