我正在尝试登录登录的Facebook用户的日期。我尝试了在Facebook开发者网站上提到的代码,但我还没有生日约会。
我已尝试使用以下代码获取用户信息:
[FBRequestConnection startForMeWithCompletionHandler:^(FBRequestConnection *connection, id result, NSError *error) {
if (!error) {
// Success! Include your code to handle the results here
NSLog(@"user info: %@", result);
} else {
// An error occurred, we need to handle the error
// See: https://developers.facebook.com/docs/ios/errors
}
}];
答案 0 :(得分:1)
根据facebook ,