Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get facebook notification in iPhone SDK?

I am developing a iPhone application in which i want to get notification in my application when ever my friends write or post on my wall.

On Facebook web site they saw notification, now i want to get notification in my iPhone application.

Can anybody know how to get those notification through iPhone SDK ?

Any example or idea is very thankful...

like image 859
Apekshit Avatar asked Nov 13 '22 23:11

Apekshit


1 Answers

Since you can't have an iOS app that continuously checks Facebook in the background and since you can't bring Facebook to send a push notification to your app, you would have to set up a web server that continuously polls Facebook for changes and then sends a push notification to the iOS device when it detects a change.

like image 95
Ole Begemann Avatar answered Dec 21 '22 06:12

Ole Begemann