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.
我正在使用 facebook sdk 3。我想获取用户个人资料图片 URL。怎么得到?
谢谢!!
这是我使用的链接:
"http://graph.facebook.com/"+id+"/picture?type=large"
其中 id 是 Facebook 用户 ID。