如何在Android上查询Facebook联系人

时间:2014-02-09 18:48:19

标签: android

我在检索Facebook联系人时遇到问题。我使用简单的查询:

Uri uri = ContactsContract.Contacts.CONTENT_URI;    
Cursor cursor = activity.getContentResolver().query(uri, null, null, null, 
                    ContactsContract.CommonDataKinds.Phone.DISPLAY_NAME + " ASC");

通过此代码,我获得了所有联系人,但来自facebook的联系人。

我已通过ACCOUNT_TYPE测试了联系人,但我发现只收到com.sonyericsson.localcontacts和com.google中的联系人。有什么想法吗?

0 个答案:

没有答案