user - Instagram Subscription -


i have followed instagram documentation (https://www.instagram.com/developer/subscriptions/) on how create user subscription.

this response after creating subscription:

{     "meta": {         "code": 200     },     "data": {         "object": "user",         "object_id": null,         "aspect": "media",         "subscription_id": 0,         "callback_url": "http://callback_url",         "type": "subscription",         "id": 0     } } 

some of users have authenticated app have posted media , yet i'm not seeing end, makes me think there might error subscription.

subscription_id or id 0 not correct me. app still in sandbox mode, problem?

also, have tried creating subscription object=tag , object_id=blah returns same response above.

any advice appreciated. thank you!

the subscription_id=0 looks weird it's normal in sandbox. perhaps can make sure callback url receiving post instagram (save log test).


Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

java - Vaadin 7 Pass Data Between Views -