[Instagram API] Request for creating new account

notkeo

Newbie
Joined
Sep 11, 2013
Messages
1
Reaction score
0
There are various bots to create new accounts in instragram like XGRAM. I'm interested in how they do it.
I'm found url (maybe is not register URL) :
instagramdotcom/api/v2/push/register/?platform=XXX&device_type=XXX
But the server instagram in response says:
Code:
[COLOR=#000000][FONT=monospace]{[/FONT][/COLOR]
[LIST]
[*][B]status[/B]: [COLOR=green]"fail"[/COLOR],
[*][B]message[/B]: [COLOR=green]"no token provided"[/COLOR]
[/LIST]
[COLOR=#000000][FONT=monospace]}[/FONT][/COLOR]

If you know what need to send a request for registration, please write me to the PM.

PS Sorry for bad English
 
You are missing the "csrftoken" token string in your requests. Depending on the system you are trying to emulate (android/ios) you'll need to send back the token as part of the cookie header or (in case of iOS) as part of the cookie header and signed body requests.
 
I really need new accounts, and I got blocked on IG. That's not really the problem right now,
seems like registration works but FB is connected so it's showing as my profile when I make
a new profile and I don't want my FB friends to see what kind of profiles I'm building, haha! :D
 
Back
Top