pablobarbera / instaR

Dev version of instaR package: Access to Instagram API via R
106 stars 47 forks source link

Create and access Real time subscriptions #4

Closed sdoyen closed 8 years ago

sdoyen commented 9 years ago

Hi,

Thanks for making this package available.

How to create and access realtime subscriptions? (refs here: https://instagram.com/developer/realtime/) The procedure looks similar to the OAuth method but requires to return the hub.challenge parameter.

Any idea on how to handle this authorisation process in R?

Thanks!