user1320885
user1320885

Reputation: 135

How do I get real time updates for a users wall in the Facebook sdk for iOS?

I am trying to implement real-time(auto updating) wall feed in my app and I don't now how and the Facebook website requires you to do GET and POST commands. Is this possible, and if so how??

Thank So Much In Advance :)

Upvotes: 1

Views: 488

Answers (1)

Juicy Scripter
Juicy Scripter

Reputation: 25938

To use Facebook Real-time updates you required to use publicly accessible URL as callback. So this isn't possible just using standalone application on iOS and you'll need to use some sort of web application/service to handle real-time subscriptions and then pass em to your application.

Upvotes: 3

Related Questions