totemstech/instagram-node

user_self_feed wrong URL

radzserg opened this issue · 3 comments

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

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:

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