Open piorphism opened 5 years ago
Please check Instagram API
There is no way to assign accounts to their phone numbers. It was another attack on privacy for Instagram. Isn't logical?
Hi! Is it possible to assign telephone number as an 'addressbook_name' variable and get it in result['items']?
If you're trying to link the phone number with the account information from the response, you could send a POST request to /api/v1/users/lookup_phone/
and check if the phone number is valid and if it's not valid then pop/remove it from the request for /api/v1/address_book/link/
, then you'll have only valid phone numbers in your list,. therefor having the same index for each of the user's data.
Pretty much the same thing for emails as well.
Hi! Is it possible to assign telephone number as an 'addressbook_name' variable and get it in result['items']?
If you're trying to link the phone number with the account information from the response, you could send a POST request to
/api/v1/users/lookup_phone/
and check if the phone number is valid and if it's not valid then pop/remove it from the request for/api/v1/address_book/link/
, then you'll have only valid phone numbers in your list,. therefor having the same index for each of the user's data.Pretty much the same thing for emails as well.
Hi! Is it possible to contact with you via telegram/email/fb/whatsapp? Because I have a few questions and I think you can help a lot
Hi! Is it possible to assign telephone number as an 'addressbook_name' variable and get it in result['items']?
If you're trying to link the phone number with the account information from the response, you could send a POST request to
/api/v1/users/lookup_phone/
and check if the phone number is valid and if it's not valid then pop/remove it from the request for/api/v1/address_book/link/
, then you'll have only valid phone numbers in your list,. therefor having the same index for each of the user's data. Pretty much the same thing for emails as well.Hi! Is it possible to contact with you via telegram/email/fb/whatsapp? Because I have a few questions and I think you can help a lot
You can have my discord. Graham#0168
hello guys, do you have any updates?
Hi! Is it possible to assign telephone number as an 'addressbook_name' variable and get it in result['items']?