Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find contact by phone #32

Open
IAntaresI opened this issue May 11, 2015 · 5 comments
Open

Find contact by phone #32

IAntaresI opened this issue May 11, 2015 · 5 comments

Comments

@IAntaresI
Copy link

Is it possible to search for a user by phone number?
In the code, there is a method (_findAndAddContactByPhone(phone="xxxxx")), but when using it gives an error.
Do I understand correctly that this is not possible at all?

@carpedm20
Copy link
Owner

I also couldn't test it yet because I don't know what the format of phone parameter is. We need to wait until somebody figure out the format of it.

@IAntaresI
Copy link
Author

Thanks!

@IAntaresI
Copy link
Author

Apparently, the search by email - the same thing?
Since I have a method (client._findAndAddContactByEmail (email = "[email protected]")) also did not give the result.

@carpedm20
Copy link
Owner

This issue is related to the topic at https://groups.google.com/forum/#!topic/line-python-developer/evxrF17byY8

@anusoft
Copy link

anusoft commented Jun 18, 2015

I've tested this and got

.A..findContactsByPhone..(..not implemented at this handler..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants
@anusoft @carpedm20 @IAntaresI and others