crino / instagram-ios-sdk

Instagram SDK for iOS
http://www.followgram.me
228 stars 63 forks source link

Real-time Photo Updates #2

Closed wuotr closed 12 years ago

wuotr commented 12 years ago

Hi Crino,

First of all: great work mate! Thanks ;-).

And then a little question: Do you think it's possible to use the Instagram Real-time API with this SDK? (http://instagram.com/developer/realtime/) Would it be possible to respond to the GET/POST- requests Instagram will send, right from within an iOS app?

Kind regards, wuotr

crino commented 12 years ago

Hi @wuotr thanks, i'm sorry but is not possible use real-time api with SDK without a webserver. A 'simple' solution could be setup a webserver to register the Real-time API and send push notifications to the device when a new updates are available.

regards crino

wuotr commented 12 years ago

@crino

I thought so already... Thanks for your quick response ;-).

Kind regards, wuotr