Search By Profile Info

0 votes

Hi, 

In AS3, I use this code to retrieve users.

var headers:Dictionary = new Dictionary();
headers.like = searchString;
userService.setOtherMetaHeaders(headers);
 
userService.getAllUsers(new callBack());

But this works on UserID parameters. Users logged with facebook accounts have username which is their facebook id. So, it becomes useless.

How can I search people by firstname, lastname etc parameters. 

I also tried getUsersByProfileData but it works for full strings. (e.g. for "Nick" , not "Ni")

Thanks,

related to an answer for: Ger user by prefix
asked Aug 5, 2014 in App42 Cloud API-BaaS by Tufan (64 points)

1 Answer

+1 vote
Search on profile data using like operator is not supported yet and it is only available for username as of now.

We have put this request in our backlog and this would be available in this month end release.

Let me know if it helps.

Thanks

Ajay
answered Aug 5, 2014 by ajay123 (899 points)
edited Aug 5, 2014 by ajay123
ok, I will be looking for the update. thanks for support,
is that any progres with this feature yet?
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...