ushahidi / swiftriver-plugin-instagram

Adds an Instagram channel to SwiftRiver
1 stars 2 forks source link

Realtime #1

Open 69mb opened 12 years ago

69mb commented 12 years ago

Think we should use Instragram's realtime api for this instead of polling.

The plugin would then simply provide a callback url and when a channel is added, create a subscription with that url at instagram. Deleting a channel option would delete the subscription.

dkobia commented 12 years ago

Ill look into the realtime API. I actually wasn't aware of it. And yes, polling is not scalable.