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
Post a Comment