totemstech/instagram-node

add_tag_subscription creates a 'user' subscription

Opened this issue · 0 comments

It seems the add_tag_subscription method actually creates a user subscription. Here's the subscription object I get after creating a tag subscription:

[ { object: 'user',
    object_id: null,
    aspect: 'media',
    subscription_id: 0,
    callback_url: 'https://my.callback/url',
    type: 'subscription',
    id: 0 } ]

I believe Instagram no longer allows tag subscriptions? Is that right?