Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
A notification informs users of events that are unrelated to the current user activity. The notification could result from a user action or significant system event, or could offer potentially useful information from OS or an application.
0
votes
0answers
3 views
Notifications - delayed, not working or deprecated?
I'm making a web app that integrates with Facebook and I would like to send notifications to my users. I googled a lot, searched here and read the docs, but I can't make it work. I'm trying to send a ...
1
vote
0answers
11 views
Get which users the request was sent to Facebook Android
I'm trying to create a application were you can "invite" or tell your friends about it through the Facebook request dialog. https://developers.facebook.com/docs/howtos/androidsdk/3.0/send-requests/
...
0
votes
1answer
7 views
App Notifications API
I want to use this API in my iPhone App so that App will post a notification to the user:
https://developers.facebook.com/docs/concepts/notifications/
I implemented it in my App:
Was able to get the ...
-3
votes
1answer
29 views
Sending Notifications to millions of users [closed]
let's say that I have created a nice facebook application, for example a game or a log-in application to a website, and I reach 1,000,000 users or more.
Can I send notifications to all these users? ...
0
votes
0answers
26 views
Share a notification system inside a UINavigationcontroller betweet all view controllers like Facebook
I try to implement a notification system like Facebook and I decided to use FPPopover from this answer the pop over works fine when I implement it in one view, but the problem that I didn't understand ...
0
votes
1answer
26 views
Why do shared items not show up in Graph API notification requests
I am currently implementing an android application that checks a user's notifications periodically using the Graph API using the following query: /me?fields=notifications
I've noticed that whenever ...
0
votes
0answers
26 views
Facebook App Requests on Google Chrome
I'm having a problem with my Facebook App, on Google Chrome.
So I used this script to send requests from my FB App, source is from facebook ->Here
<div id="fb-root"></div>
<script ...
3
votes
0answers
67 views
How to send android app notification to facebook using facebook API Notification in android?
Hi I want to send notifications from android app to facebook. To send facebook notification i got this link : https://developers.facebook.com/docs/concepts/notifications/ But i am not sure how to use ...
0
votes
0answers
44 views
Request handling for apps not on Google Play
I got a small programming riddle - I'm trying to handle app requests, so that if the target friend taps on the notification, he is brought directly to the app he has installed on his device. However, ...
0
votes
1answer
37 views
Facebook sending one time notification
One of the core functions of an App i have been writing, is the ability to send someone a notification. Not from a user, but from the App.
I have successfully managed to send notifications to ...
1
vote
0answers
84 views
Notification of facebook comment replies
I have searched high and low for an answer without any luck.
Here is my situation:
I have set up fb comment box on my website.
When anyone makes on comment on my website, I am notified in my ...
0
votes
0answers
67 views
Android Issue: My app invite request is sending a user to a dead page in Facebook
In Android mobile, my app invite request is sending a user to a dead page in Facebook.
We don't have a canvas app page, rather we have a website that uses the Facebook login to resolve a page from ...
0
votes
0answers
67 views
Any way to get facebook user id included in invite callback from notification / app center?
When a facebook user clicks on an invitation to my app from either the notification list or the app center, they are redirected to my homepage, and as expected, the link includes the app request ...
0
votes
0answers
102 views
Send Notifications via Facebook API
I am trying to send notifications to the users who allowed a facebook API.
but I get this error :
(#15) This method must be called with an app access_token.
even when I debug the application on ...
0
votes
0answers
150 views
Send notification through facebook application using rest fb api
I am trying to send notification to facebook users via facebook application using restfb api. When tried to publish such notification, it shows an exception
...
0
votes
0answers
55 views
Sent request with SDK Facebook
I am using SDK Facebook 3.0 for Android. When I sent a request, the notification was shown in Facebook app for Android. Later, I saw that Android app: After successfully sending apprequests, friends ...
0
votes
0answers
37 views
application:openURL: not being fired when a request is sent
I am writing a Facebook Wrapper for cocos2d-x 2.0.4 in iOS (at the moment). I have successfully integrated the following:
Logging in
Getting user info
Sending requests
Posting brags
I'm stuck ...
0
votes
0answers
26 views
Automated Facebook Message Check
Is there anyway to automatically check facebook message and forward it to a cellphone?
Here is what I want to do:
login to facebook -> check message -> if there is, forward it to a specified email ...
0
votes
1answer
89 views
Send facebook notification from my iPhone application
How can I send facebook notification to my certain facebook friends from my iPhone app? Notification will be some text message.
PS: I have already done facebook integration and have stored their ...
0
votes
0answers
122 views
User do not receive notification in my android app
I developed an app, and Need to invite your friends in the game.
I send the request through the app-to-user's way
But confusing.
users who is not using the app can not receive the notifications.
Users ...
0
votes
1answer
69 views
How to know if user has pending apprequests without clicking requests?
If user clicks my app's notifications, he is redirected to the corresponding canvas page, where $_REQUEST["request_ids"] is processed and then user is redirected again to "accept" the "gift", bla bla ...
-1
votes
1answer
73 views
No notifications of the Like button on my facebook?
When I click on the "like button" in my website, there are no notifications on my facebook page. For old articles on my website I can see notifications on facebook when I "like" but it doesn't work ...
1
vote
1answer
65 views
Is it possible to send notifications for all members of a group in a single request?
friends, I'm developping an application for Facebook where we use the Facebook Groups to connect the users. When a event occurs I send a notification to all members of that group (where the event ...
0
votes
0answers
163 views
send facebook notification to friends
I want to send the notification who are not installed my facebook application. following are my code.am not sure facebook notification api work on localhost or web host.In localhost I am running this ...
0
votes
0answers
80 views
How to store similar “facebook group notifications count” in redis?
I'm planing to implement a inbox per user in redis.
Each inbox will have notifications count for each group an user is following.
Each "+1" increment is when:
New post
New comment(s). Will count ...
1
vote
1answer
166 views
Failed to send batch app notifications using facebook php SDK
I'm trying to send batch notification from my app to several app users after runing the below code I get an error in the response:
"{"error":{"message":"(#100) Must specify a non-empty template ...
0
votes
0answers
62 views
Can my PHP Facebook app, hosted on Heroku, send notifications to app users?
I read in the notification documentation https://developers.facebook.com/docs/howtos/notifications-api/ the following lines:
"Only apps on Facebook.com can use the Notifications API. Also these ...
-2
votes
1answer
73 views
Automatic email notification to let existing users that their friends have also joined website [closed]
I want to create an automatic email notification system to notify my existing users every time his/her facebook friend registers/joins my website. I see a lot of these type of email notifications from ...
0
votes
0answers
158 views
database table structure for notifications like table for a social networking site
i am developing a social networking site like facebook. I am confused how to create structure for notification table. Should it be seperate for each user or a huge one for all-where records added and ...
0
votes
0answers
36 views
How to get app notifications through fql
I would like to offline collect some data using FQL for the app notifications, just like the reports shown in insights->traffic->notifications.
But I can't find any fql tabled in the insights table , ...
1
vote
0answers
124 views
Facebook app requests don't show message
I'm trying to deal with the Javascript Facebook API app request functionality.
I successfully log in with the FB.init method without asking for any extended permission. I'm perfectly able to fetch his ...
0
votes
1answer
55 views
How do I get my Facebook app to show something on the top right corner?
Here is what the top right corner of my Facebook page looks like:
What is the area under "Create Event" called? I see that some apps can put messages there like the one you see with "4 requests". ...
0
votes
1answer
317 views
Facebook app request dialog no longer sends notifications to users
Last year, when our Facebook canvas app sent an app request using the FB.ui request dialog API, the request showed up in 3 places for the recipient(s):
the notification jewel was updated
on the ...
0
votes
0answers
178 views
Trying to send facebook notification, results in “sorry, something went wrong” response
As from the title I am trying to use tha facebook notifications api. I have read the documentation and I am trying to do a POST to the graph like the one following:
String notificationURL =
...
2
votes
1answer
421 views
Sending user to user app request in canvas app doesn't display notification
I already read all what is needed about missing notifications on user-to-user app request, and it appears it could be :
because the app is not a canvas or the canvas url is not correct
because the ...
1
vote
0answers
96 views
Opening facebook app request notification from android device
I want to invite Facebook friends to try my app with Facebook 'apprequests' method.
It works ok. The friend gets the notification, but if he clicks at the notification from the android notification ...
0
votes
0answers
35 views
How is it possible that the native App of Gobank.com can send notifications to Facebook users?
I am developing a android app and I want to send notifications to Facebook users. I know that Facebook has a notifications API Beta, but that is only for web canvas apps and the notifications that are ...
0
votes
1answer
187 views
Facebook notification from android application
How send app request or custom text to friend using android facebook sdk and Notification api? This notification must be added not only to App Center -> Requests, it must be in top bar notification ...
0
votes
0answers
38 views
Notify promotion winners through Notification API
I know that the Promotion Guidelines clearly prohibits notifying the winner of a promotion through Facebook.
Would notifying winners through the notification API be a violation of this rule? (The ...
0
votes
1answer
104 views
How to get Request IDs from Facebook Batch Request using PHP
To avoid overloading the API requests I am using Facebook Batch API to send app-to-user requests:
$access_token = MYAPPSACCESSTOKEN;
foreach($myusers as $user) {
$body = array(
...
-1
votes
1answer
33 views
Show another Image Instead App image in Facebook Notification php
i am using Facebook api for sending Notification, My Notification code works fine,
but i need to show another image instead app image.
if anybody did this earlier please help me.
0
votes
1answer
94 views
getting photos from facebook real time updates
I would like to know if there is a way to receive a real time update when a user (who granted my apps needed rights) post a photo in an album, in a group, or share photo on his/her status updates.
...
1
vote
0answers
112 views
send facebook notification and then delete it using graph api
I am having a facebook app and the app_access_token for that.
and I am sending a notification to some user using graph api and it gives me success equals to true as the response.
Now, I want to ...
-1
votes
1answer
264 views
How to properly send a automatic facebook notification with PHP
i want to notify my users for actions made in my application automatically (without choosing the recipient as he is already known).
i use this call as seen in: ...
3
votes
3answers
464 views
Send notifications to people that have not installed my Facebook app
MyApp users can select a Facebook friend and send them an ANONYMOUS Christmas wish. It is extremely important that the identity of the one that sends the wish is never revealed.
Everything is OK as ...
0
votes
1answer
361 views
How to send mass notification to all users who is using my application
i am developing a Facebook application using PHP SDK. According to FB Developer docs, notifications can be send with this metdod;
POST /{recipient_userid}/notifications?access_token= … &template= ...
0
votes
0answers
134 views
Facebook graph notifications api internal server error
I want to post notifications to those who've authorized my app.
I see this page:
https://developers.facebook.com/docs/app-notifications/
<?php
require_once 'include/facebook.php';
$facebook = ...
1
vote
1answer
161 views
How can I get notification on iphone facebook app from facebook mobile web app
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 ...
0
votes
2answers
100 views
Detect Twitter and Facebook Notifications in my App
I am developing an application in which I need to detect when my iPhone receives a notice of Twitter or Facebook, and then perform an action on my application.
example: I'm hardware developer and ...
0
votes
0answers
27 views
How to check if user chose to never show the App notifications
My goal is to be able to send notifications to x people that have the app installed and did not choose to hide all notifications from my app.
I know I can check if the app is installed for the user ...


