[android-developers] How to get a contact's facebook id or url from native contacts / content resolver?

2010-12-21 Thread Mathias Lin
How to get the facebook id or url of a contacts that's been synced to the native contacts app via Facebook sync adapter? I went through different urls, but didn't see any info regarding facebook. I tried ContactsContract.Data.CONTENT_URI ContactsContract.CommonDataKinds.Email.CONTENT_URI

Re: [android-developers] How to get a contact's facebook id or url from native contacts / content resolver?

2010-12-21 Thread Dmitri Plotnikov
Access to Facebook friends via the contacts provider is restricted to a handful of system apps by the provider itself. Other applications cannot read that data. On Dec 21, 2010 10:58 PM, Mathias Lin m...@mathiaslin.com wrote: How to get the facebook id or url of a contacts that's been synced to