-1
我已經做了很多R & D從facebook
得到私人生日,但不能獲得私人生日。從Facebook上自己出生
我已經在代碼中給出了生日許可。還試圖從用戶的帳戶中刪除應用程序,但沒有運氣。
if((FBSDKAccessToken.currentAccessToken()) != nil){
FBSDKGraphRequest(graphPath: "me", parameters: ["fields": "id, birthday, name, first_name, last_name, picture.type(large), email, gender"]).startWithCompletionHandler({ (connection, result, error) -> Void in
if (error == nil){
Print("Success")
}else{
Print("Failed")
}
})
}else{
Print("Device token is Nil")
}
請幫我解決我的錯誤在哪裏。
試着在你註冊了您的應用程序的帳戶。如果你還沒有提交你的應用程序進行審查。 –
調試令牌並確保user_birthday已被授權 – luschn