开发者

Is there a way to return the search term with the Foursquare user search API?

开发者 https://www.devze.com 2023-03-14 08:42 出处:网络
I\'m doing bulk user lookups via email add开发者_运维知识库ress (e.g. users/search? email=joe@foo.com, fred@bar.com, etc), but I noticed that it\'s not returning the email addresses with the search re

I'm doing bulk user lookups via email add开发者_运维知识库ress (e.g. users/search? email=joe@foo.com, fred@bar.com, etc), but I noticed that it's not returning the email addresses with the search results. Is there anyway to do this?

Alternatively, I could do a single email address search per request, or do a user lookup by id on all the results I get back, but these options seem wasteful and inefficient.


User email is not one of the fields that the API returns for /users, see:

https://developer.foursquare.com/docs/responses/user.html

Usually API's don't return emails in the clear.

0

精彩评论

暂无评论...
验证码 换一张
取 消