2

我想在 iPhone 应用程序中显示包含来自 Facebook 的姓名、身份证、生日、位置等信息的列表。

FbGraphResponse *fb_graph_response = [fbGraph doGraphGet:@"me/friends" withGetVars:[NSDictionary dictionaryWithObjectsAndKeys:@"picture,birthday,id,name,link,gender,last_name,first_name",@"fields",nil]];

但我没有使用这个来过生日。请给我一些指导来完成这项任务。

4

0 回答 0