totemstech / instagram-node

NodeJS driver for the instagram API
649 stars 122 forks source link

user_self_feed wrong URL #81

Open radzserg opened 8 years ago

radzserg commented 8 years ago

https://www.instagram.com/developer/endpoints/users/#get_users_media_recent_self

uses GET/users/self/media/recent currently '/users/self/feed' is used call('GET', '/users/self/feed',

instagram.js line 403

gmork commented 8 years ago

The /users/self/feed used to work but has been deprecated. There will be no replacement for it as Instagram closed it down.

The call in the instagram.js code will still work for those with an older access token, until June 2016.

Sources:

dbarros commented 8 years ago

There is not alternative or work-around to get the same functionality that is being phased out?

PandaStyle commented 8 years ago

+1