开发者

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

When I requests user's profile, the location has the 开发者_StackOverflowfollowing format

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

Is it possible to use that ID to retrieve full information about location, at least something like this

Array ( [country] => United States [state] => New York [city] => Some City )


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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜