Instagram 创建帐户 API?

Instagram Create Account API?

我一直在尝试使用这个 URL 显然可以创建 Instagram 帐户。 但是,它 returns 要求我登录。我以为你不需要有一个帐户来注册帐户,不是吗?

http://instagram.com/api/v2/push/register/?platform=XXX&device_type=XXX

Returns:

{"status":"fail","message":"login_required"}

如果这是 Facebook 的登录名,是否有另一个 API 使用您的 phone 号码或电子邮件注册?谢谢

我认为 API 不公开支持创建帐户。另外请注意:

Instagram Platform and documentation update. Apps created on or after Nov 17, 2015 will start in Sandbox Mode and function on newly updated API rate-limits and behaviors. Prior to going Live, and being able to be used by people other than the developers of the app, these apps will have to go through a new review process. Please read the API documentation or the Change Log for more details.

Any app created before Nov 17, 2015 will continue to function until June 2016. After June 2016, the app will automatically be moved to Sandbox Mode if it wasn't approved through the review process. The previous version of our documentation is still available here.

来源:https://instagram.com/developer/authentication/

URL 是 Instagram 私人 API 登录流程的一部分,Instagram 应用程序内部使用的流程。登录流程包括对 Instagram API 端点的多个请求,在最新版本中是:

            # POST /api/v1/qe/sync/
            # POST /api/v1/launcher/sync/
            # GET /api/v1/zr/token/result/
            # GET /api/v1/multiple_accounts/get_account_family/
            # GET /api/v1/banyan/banyan/
            # POST /api/v1/feed/reels_tray/
            # POST /api/v1/feed/timeline/
            # POST /api/v1/push/register/  
            # POST /api/v1/push/register/
            # POST /api/v1/push/register/
            # POST /api/v1/ads/graphql/
            # GET /api/v1/media/blocked/
            # GET /api/v1/news/inbox/
            # GET /api/v1/loom/fetch_config/
            ....

使用相应的headerscookies并根据请求的方式签名body/params