Search code examples
facebookinstagramregistration

Instagram Create Account API?


I've been trying to use this URL that apparently creates an Instagram account. However, it returns asking for my login. I thought you didn't have to have an account to register the account, no?

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

Returns:

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

If this is the login to Facebook, is there another API that registers using your phone number or email?


Solution

  • I don't think account creation is publicly supported via the API. Besides please note that:

    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.

    Source: https://instagram.com/developer/authentication/