我想在iPhone应用程序中显示包含姓名,身份证,生日,位置等信息的列表。
FbGraphResponse *fb_graph_response = [fbGraph doGraphGet:@"me/friends" withGetVars:[NSDictionary dictionaryWithObjectsAndKeys:@"picture,birthday,id,name,link,gender,last_name,first_name",@"fields",nil]];
但是我没有过这个生日。请给我一些指导来完成这项任务。