Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
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.

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 have found the "Real-time Updates"(http://developers.facebook.com/docs/reference/api/realtime/) from the internet, but it needs the third party web service. I have not it, so what's the solution?

Is there no solution to receive the notifications from Facebook service directly?

share|improve this question

closed as not a real question by casperOne Jan 28 '12 at 0:05

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

up vote 2 down vote accepted

The problem with the solution you are proposing is that Facebook would have to track your app's bundle identifier, and keep your push notification token, and then it would be responsible for sending the push to the APN servers. It's something that they probably don't want to do for themselves.

Having a dedicated web service for the app means you're responsible for all of that.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.