使用 iOS SDK 4 提取当前的 facebook 用户名
我正在使用 Graph API 获取 facebook 用户信息,如下所示:
[facebook requestWithGraphPath:@"me" andDelegate:self];
我该怎么做?我知道服务器响应是 JSON 对象的形式,但不知道如何解析它。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我找不到帮助我解决此问题的链接。
这是我使用的代码(request:didLoad: 是一个 FBRequestDelegate 回调):
我记得我读过 FB ios api 代码,也许 这个 和 这个
我希望这对你有用。
再见,
弗兰
I don't find the links that helped me to resolve this issue.
This is the code I used (request:didLoad: is a FBRequestDelegate callback):
I remember that I read the FB ios api code and maybe this and this
I hope this works for you.
Bye,
Fran
我在这里回答了这个问题 如何检索 Facebook使用 Facebook iOS SDK 进行响应
I have answered this question here How to retrieve Facebook response using Facebook iOS SDK