Facebook iOS SDK:如何获取用户的Facebook状态?
我在使用 Facebook iOS SDK 参考时遇到了很大的困难,因为我不是一名专家编码员。我只有这个简单的问题。
我知道下面的代码给我带来了用户信息......
[facebook requestWithGraphPath:@"me" andDelegate:self];
但它去了哪里?比方说,我如何获取用户的名字或状态并将其设置为标签的值?
如果有人给我写下完整的代码作为答案,我将感激不尽。
I am getting very hardtime using the Facebook iOS SDK reference because I am not an expert coder. I just have this simple question.
I know the following code brings me the user information...
[facebook requestWithGraphPath:@"me" andDelegate:self];
but where does it go? How can I, let's say, get the User's First Name or status and set it up as the value of a label?
I would be thankful gazillion times if someone writes me the whole code in answer.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
当您调用此方法时,SDK 期望如下:
以下是一个快速代码示例:
希望这会有所帮助!
When you call this method, here's what the SDK expects:
Here's a quick code sample:
Hope this helps!
Umair,
获得访问令牌后,您可以使用以下代码:
Umair,
After getting the access token you can use this code: