Facebook Search API - List all users based on location?

后端 未结 4 2011
隐瞒了意图╮
隐瞒了意图╮ 2021-01-16 11:19

Not sure if this is possible, but is there a way to list all users who specify a given location as their \"current city\" using the Graph API or some other means?

4条回答
  •  长发绾君心
    2021-01-16 11:55

    You can search for Users and add fields to query by like hometown or location. The user must have opened their privacy settings though to share location with search.

    https://graph.facebook.com/search?q=Marcus&type=user&access_token=

提交回复
热议问题