使用带有 instagram 用户名的 Node js 获取 Instagram 帖子
我正在寻找使用 graph instagram 和 Node js 获取用户帖子的方法,但我找不到 api 来获取带有访问令牌的其他用户帖子 我只能使用 json 数据访问我自己的帖子 如果你能告诉我最好的方法那就太好了
I am looking for ways to get users posts with graph instagram and node js but i could not find api to get another user posts with access token I only have access to my own posts with json data
it would be great if you show me best way
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
可能是 python 的工作,只是说,这在 js 中绝对是可能的,但看起来,你需要制作从 0 到 100 的所有内容,我建议只使用 python
might be a job for python just saying, it is definitely possible in js but as it seems, you will need to make EVERYTHING from 0 - 100, i recommend just using python for that
看看这个可能会有所帮助
链接
,此链接可拍摄任何用户的照片链接
Have a look at this it may help a bit
Link
and this to take photos of any user Link
尝试这个节点js库: https://www.npmjs.com/package/ instagram-web-api#getphotosbyusernameparams
有 .getPhotosByUsername 方法应该适合你
Try this node js library: https://www.npmjs.com/package/instagram-web-api#getphotosbyusernameparams
There is .getPhotosByUsername method which should work for you