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.
Push notifications are alerts, badges, or sounds which are pushed to a mobile device from a remote server. Apple delivers push notifications via the Apple Push Notification Service (APNS). Android devices coordinate push notifications via the Google Cloud Message (GCM) service. In the past, ...
0
votes
0answers
128 views
Sending messages from Canvas Application using graph api or javascript sdk
I have been using the graph api for generating the appgenerated bookmarks and notification and currently the requirement is that i should send private messages to the users who have installed my ...
1
vote
0answers
237 views
Push notification mechanism used by other apps in Windows Phone
I want to know what push mechanism does gmail, facebook or other common apps use in Windows Phone? Are they using MPNS only or something else (like MQTT). For example, Facebook is available for all ...
0
votes
0answers
129 views
Graph API, invite friend to an event - no push notification got sent
I created an event through Graph API for a page, then I called the EVENT_ID/invited/users to invite friends to the event, the invitations have been sent out, but there is no push notification got sent ...
0
votes
2answers
124 views
IOS facebook get notification
I am developing an iOS application where I want to get notified as soon as a notification comes in my facebook account.
I am able to pull the notification using JSON, where I am polling every 5 ...
1
vote
1answer
84 views
Notification Trigger event
I have a social marketing admin for my clients. I want to be able to update the admin when there is a new notification on their facebook fan page or a check in at their location.
Currently facebook ...
1
vote
1answer
212 views
Facebook Like Button + Open Graph + Website = Pushing Updates to Likes?
I'm looking for a solution for a client, in which they have a page with 27k likes from a Like button installed on a microsite (instead of a Facebook page). They'd like to push an update out to those ...
3
votes
4answers
4k views
Is the Facebook app built using a mobile development framework like PhoneGap or Appcelerator?
I've found numerous sources that cite the Facebook app as an example of a Hybrid App.
I understand the term Hybrid App is broadly defined as any smartphone app that wraps a WebView in a native ...
0
votes
2answers
558 views
On FACEBOOK ios app can't got “push notification” via sent apprequests?
In my app, I can send the apprequests to my friends via FB api, and they can receive the Notification on iOS Facebook app. But here is a difference between "apprequest" and "postToWall". If I posted ...
4
votes
1answer
2k views
Why do Facebook iOS app is not receiving notifications for application requests?
I am sending a request dialog like this:
[delegate.facebook dialog:@"apprequests"
andParams:params
andDelegate:self];
The notifications on desktop work great. But the Facebook iOS app ...
0
votes
2answers
227 views
Share token (data) between Android app users
I was wondering if anyone had a simple solution for which users of my application can share a token that the application generates for them with their friends?
Say two people install the application, ...
-1
votes
1answer
248 views
How to receive the push notification on my iPhone application from Facebook service? [closed]
I'm going to build my own iPhone application.
What I need is to receive the push notification on my application from Facebook service when some actions occur - of course, the actions on Facebook.
I ...
2
votes
2answers
170 views
Getting facebook stream updates for a mobile application (Android or iOS)
I want to use the Facebook API for getting stream updates to my mobile application running on Android or iOS. I did some research and I can see that I can use the Facebook API calls (graph API or FQL) ...
5
votes
1answer
2k views
How to implement facebook like notification on cakephp?
does somebody knows how to implement facebook like notification? the idea is to put notification on the tabs parallel to the changes made in the database without refreshing the site? if a data is ...
3
votes
2answers
2k views
Facebook chat in iPhone app with push notifications
We're planning an app which, among other things, is supposed to integrate a facebook chat.
We're discussing about the push notifications for receiving messages while the app's in background. What ...