I have tested the Facebook API to send notification though the graph explorer.
The result is success but the notification was not received by the user. Does anyone have any idea about this issue?
Related
I'm having a rare but important issue with facebook's notification API. The short story is that a user can request to be notified via Facebook when a specific event occurs. A task is scheduled to periodically check users' notification requests and send each user a notification if the event has occurred. At least one user is not receiving these notifications ever. This is what I know:
Facebook's response for the notifications that have not arrived was always { success: true }.
The notifications are sent by a facebook app, not by a facebook user.
I've tested several other facebook accounts, all of which receive the notifications just fine.
The account that does not receive the notifications was viewed on desktop (I'm aware that the notifications are not visible on mobile).
The account that does not receive the notifications has the notifications setting enabled for our app.
The notifications were sent to the correct app scoped user ID.
Is there anything I'm missing? I know the notifications API is still in beta, could this be related to a bug?
I have Facebook user's details Like FBid, Fb user name on my server data base. I want to send email/Notification of this user on Facebook. How can I achieve this. It is very easy to send this via my iPhone app because Facebook access token is on my device but I want to send notification via Server. Please let me know How can I send this. Thanks
What have you tried?
What I have already done : After R&D I found that "username#facebook.com" will work for send email to FB user, and it was working but after AWS setup its throwing mail bounce messages :(
http://www.facebook.com/help/224049364288051
How can I send email to a facebook friend using his facebook id via fql or graph api
Sending Email to #facebook
just as the title.
I sent a app request to my facebook account by this way.
http://developers.facebook.com/docs/reference/dialogs/requests/
and then, I received a notification on facebook.
says like that: *Johanna Bassam Bassam Haro sent you a request in APP_NAME. 9:55am*
when I click*APP_NAME* ( a link). I got this http://www.facebook.com/4oh4.php
I guess there should be a configuration on our app. anyone know what's it? or what I forgot to set? thank you very much
I'm building a site that I've integrated with FB Send. Is there any callback that will tell me who the messages were sent to if a user on my site uses FB Send?
At this time there is no callback from Facebook for the FB Send button you referenced. There is not currently any way to retrieve the list of recipients for which a user has just messaged via send button, sorry.
please let me know how can i Send facebook Notification or message via its API through a facebook app?
You can use the Old REST API to send notifications to users who have authenticated your application. First you must request the "email" extended permission from the user, then you can use the notifications.sendEmail method to send them the notification.
I used this dialog to send message one my one. But had no luck to send message to facebook account successfully.
https://www.facebook.com/dialog/send?app_id=MY_APP_ID&name=Check This Website&to=MY_APPLICATIONS_USER_ID&link=MY_WEBSITE_LINK&redirect_uri=MY_APPLICATION_URL