gpt4 book ai didi

ios - FBProfilePictureView 无法获取用户标识

转载 作者:行者123 更新时间:2023-11-29 11:08:47 26 4
gpt4 key购买 nike

刚开始学习Facebook IOS SDK,遇到一个问题。我想加载用户配置文件 View 但失败了。这是我的代码。

-(void)loginViewFetchedUserInfo:(FBLoginView *)loginView user:(id<FBGraphUser>)user
{
loggedInUser=user;
profilePic.profileID=user.id;
}

我可以获得user.id,但是profileID是nil。我不使用 Storyboard来创建 FBProfilePictureView。请帮忙解决这个问题。非常感谢

最佳答案

遵循本教程 https://developers.facebook.com/docs/tutorials/.../3.0/scrumptious/另外,为了加载图像图片,您必须这样做:在 IB 中取消选中对 FBprofilepictureview 使用自动布局,同时取消选中 View 中的“自动调整 subview 大小”。它对我有用!

关于ios - FBProfilePictureView 无法获取用户标识,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12506165/

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