检索位置firstname
,gender
,photo url
,id
,但不会返回位置(即国家/地区,城市)。知道为什么吗?
FBLoginView.readPermissions = ["public_profile"]
let gr2 : FBSDKGraphRequest = FBSDKGraphRequest(graphPath: "me", parameters: ["fields": "id,gender,first_name,location,picture.type(large)"])
let _location = data["location"] as? String // this is nil
答案 0 :(得分:0)
在从您的应用请求权限时,请在范围中添加user_location
。