gpt4 book ai didi

iphone - 在 ios 6 中检索 Facebook 帐户信息

转载 作者:行者123 更新时间:2023-12-03 20:21:53 24 4
gpt4 key购买 nike

我想在ios 6集成Facebook上检索Facebook帐户的信息,现在我这样做,我只能检索用户名:

ACAccountType *accountTypeF = [accountStore accountTypeWithAccountTypeIdentifier:ACAccountTypeIdentifierFacebook];
[accountStore requestAccessToAccountsWithType:accountType withCompletionHandler:^(BOOL granted, NSError *error) {
if(granted) {
NSArray *accountsArray = [accountStore accountsWithAccountType:accountTypeF];

ACAccount *facebookAccount = [accountsArray objectAtIndex:0];
if (facebookAccount.username) {
}
}
}];

我想知道如何检索帐户的姓名以及用户的照片...有人可以帮助我吗?

最佳答案

杰弗里是对的。转到这篇文章:Facebook iOS 6 - get user info并实现Daniel给出的2个方法。

之后,请确保在 Facebook 开发者帐户 上对应用程序设置进行一些更改。

  • 在主设置页面上禁用沙盒模式
  • 输入您的应用程序捆绑 ID
  • 启用 Facebook 登录

然后转到左侧的高级设置

  • 选择 native /桌面作为应用类型
  • 确保客户端中的应用程序 key NO

保存所有设置,实际上需要几分钟才能将更改填充到服务器上。最后必须重置模拟器

关于iphone - 在 ios 6 中检索 Facebook 帐户信息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12539549/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com