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.
我在 Android 中使用 facebook sdk。我可以使用以下方法获取好友列表信息:
Bundle params = new Bundle(); params.putString("fields", "name, picture,location"); Utility.mAsyncRunner.request("me/friends", params,new FriendsRequestListener());
如何获取状态、图像、照片、视频等页面帖子?