简体   繁体   English

如何在react-native App中接收Instagram的实时流

[英]How to receive the live stream of Instagram in react-native App

Is there any solution to let me receive the live stream of specific Instagram account (for example my Instagram account not any account) in react-native app?! 有什么解决方案可以让我在react-native应用程序中接收特定Instagram帐户的实时流(例如,我的Instagram帐户而不是任何帐户)吗?

I mean does Instagram API have this feature to send a live stream of an account?! 我的意思是Instagram API是否具有此功能以发送帐户的实时流? Even webView is OK. 甚至webView都可以。

Thanks for your time. 谢谢你的时间。

No, it is not possible to receive a livestream through the API, only through their app. 不可以,仅通过他们的应用程序无法通过API接收直播。 The only media you can get through the API are posted photos/videos. 您可以通过API获得的唯一媒体是发布的照片​​/视频。 However, it seems instagram is deprecating its API . 但是,似乎instagram已弃用其API Until dec 11, 2018, you can "read any public profile info and media on a user's behalf", but if you only want to receive the data from your account, it probably will still work until early 2020. However, after that, the API will only work for moderation of business accounts. 在2018年12月11日之前,您可以“代表用户读取任何公共资料信息和媒体”,但是,如果您只想从帐户中接收数据,则该数据可能仍将工作到2020年初。但是,在此之后, API仅适用于审核业务帐户。 So, it probably isn't a good idea if you are working on a product. 因此,如果您正在开发产品,这可能不是一个好主意。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM