Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 FacebookMobile api。我得到了朋友的 id 和名字,但没有得到图像。使用下面的代码。
FacebookMobile.api("/me/friends", getStatusHandler);
谁能建议我如何获得朋友的个人资料照片列表以及身份证和姓名?
看起来您应该使用 FQL 来获取其余信息;
http://facebook-actionscript-api.googlecode.com/svn-history/r333/trunk/examples/FriendsListMobile_Flash/demo/models/FriendModel.as