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

Combining PHP Registration and Login into one class with multiple functions in one PHP file -

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -