instautils / instagram-contacts

Search your contacts in Instagram
30 stars 14 forks source link

Addressbook_name #2

Open piorphism opened 5 years ago

piorphism commented 5 years ago

Hi! Is it possible to assign telephone number as an 'addressbook_name' variable and get it in result['items']?

ahmdrz commented 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?

millerg6711 commented 5 years ago

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.

piorphism commented 5 years ago

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

millerg6711 commented 5 years ago

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

sk3lk0 commented 3 years ago

hello guys, do you have any updates?