Facebook API: can I get detailed info about user's location?

后端 未结 1 1741
太阳男子
太阳男子 2020-12-19 18:04

When I requests user\'s profile, the location has the following format

Array ( [id] => 111227078906045 [name] => Some City, New York )

相关标签:
1条回答
  • 2020-12-19 18:50

    Use this ID in a request to the Graph API, i.e. https://graph.facebook.com/Place_ID - that's all you can get from Facebook. The city and country are in the name field.

    0 讨论(0)
提交回复
热议问题