如果我想在移动 android 应用程序中向用户显示他的新闻提要\个人资料等,
我应该使用什么来获取数据?
GraphAPI 还是 FQL?
是否有任何数据在其中一种方法中可用但在另一种方法中不可用?
如果我想在移动 android 应用程序中向用户显示他的新闻提要\个人资料等,
我应该使用什么来获取数据?
GraphAPI 还是 FQL?
是否有任何数据在其中一种方法中可用但在另一种方法中不可用?
Fetch the data using the FB Android SDK, https://developers.facebook.com/android/
Then make FQL or Graph API calls:
https://developers.facebook.com/docs/howtos/androidsdk/3.0/run-fql-queries/
https://developers.facebook.com/docs/reference/android/3.0/Request
You may find it easier to access some data via one method or the other. Check the fql tables and use the Graph API Explorer to inspect the data that is available.
FQL Tables: https://developers.facebook.com/docs/reference/fql/toc/