Tagged Questions
0
votes
0answers
36 views
Adding contact to WP8 with Facebook/Twitter infos
Let's say that I have some infos about someone and I want to add them to my contacts using my app.
The infos may be:
Name
Surname
Email
Facebook Name (and/or Facebook user ID)
Twitter Name
Now, ...
0
votes
0answers
433 views
There is no contacts sync option on Android ICS phone? How to resolve this issue? [closed]
On my Android ICS phone, facebook application was installed successfully.
When lauch this application, there is no contacts option.
Who knew this reason of this problem?
How to resolve this problem?
...
0
votes
0answers
57 views
Would it be possible to “unrestrict” contacts in Android?
So, after playing around in the database files, I've come to the conclusion that the reason my app (and presumably any other third-party app querying contacts) cannot use photos that come from the ...
1
vote
0answers
119 views
How to get merged Contact's photo?
I am trying to figure out how to get the photo for a merged contact, to display in a QuickContactBadge. I've been searching and googling, and all the things I can find online say this is not possible ...
2
votes
0answers
66 views
Check if contact is from facebook iOS 6.0
Is it possible to check if a contact(ABRecordRef) is added to the addressbook via the new facebook integration or not?
I want to filter away the facebook contacts, since I cant seem to add or edit ...
1
vote
3answers
248 views
AddressBook kABPersonEmailProperty returns nil for some contacts
I am using the following code to retrieve the email addresses of persons picked by the user
ABMultiValueRef emailMultiValue = ABRecordCopyValue(person, kABPersonEmailProperty);
NSArray ...
1
vote
1answer
211 views
Sync Contacts disabling facebook contacts in ios 6
I have a problem.
I'm making an app in ios 6 that get contacts from my address book but if i have enabled the contacts option with facebook get all my contacts from my address book and from facebook ...
0
votes
0answers
76 views
QuickContact facebook sync
I'm developing an app in which, user may call to contact from my listView. I'm using this code:
Uri uri = Contacts.getLookupUri(id, Contacts.LOOKUP_KEY);
QuickContact.showQuickContact(context, ...
2
votes
1answer
210 views
Android: How to Exclude Facebook Contacts from ContentResolver Query
I am pulling all of the phone's contacts using this query:
Cursor c = cr.query(ContactsContract.Data.CONTENT_URI, new String[] { ContactsContract.Contacts.PHOTO_ID, ...
-1
votes
1answer
260 views
Joining Google and a Facebook contact on Android
I am trying to write an application that join Google and Android contacts for Android,
but I can't seem to find the facebook contacts in the entire raw_contacts table.
How do I find the Facebook ...
1
vote
1answer
350 views
Retrieve or Access Phone Numbers from Facebook Contacts in Windows Phone 7 (WP7)
When I try to access the contacts list in Windows Phone 7 using Contacts.SearchAsync, I get back a list of all the contacts on my phone.
However, iterating through the PhoneNumber property (list of ...
1
vote
0answers
112 views
Contact information pulled from Facebook not being queried when selected
I have a button that lets a user choose a contact from their phone.
Using the basic info given from the android examples and a little digging I came up with this method
@Override
public void ...
1
vote
1answer
580 views
How to get list of facebook contacts from Rails
I'm writing a Ruby on Rails (3.1) app where a user can send emails from a form in the app as part of the workflow. At the moment the email field is just an html input where the user can type/paste in ...
2
votes
1answer
264 views
Android: Facebook Id for contact
I am developping an app for personal use in Android.
Is there any way I can get a unique Facebook ID for a contact in my phone, if I already linked the contact with its Facebook profile? I don't know ...
0
votes
1answer
1k views
quickest way to invite a friend via gmail or facebook?
i'm trying the find the quickest way to implement a simple feature that allows someone to invite a facebook or gmail friend from my website.
so basically a user on my website gets to a certain page ...
0
votes
2answers
439 views
How facebook contacts are stored in phone?
My question is concerning the way that native facebook contacts are stored in phone, after full sync with usage of Facebook app. Is there any content provider to access them like with normal cotnacts. ...
0
votes
1answer
537 views
Android contact info including facebook etc. contacts
I am using the following code. In my app user can choose from contacts to view there contact info (app jumps to the respective contact info).
This is the result of the code:
User clicks on someone ...
5
votes
3answers
1k views
Cannot find Facebook contacts in RawContacts
I'm trying to build a contacts-managing application. On my phone I have contacts from a couple of accounts including Facebook and HTC Facebook. For some reason I cannot retrieve these contacts from ...
4
votes
2answers
1k views
need help : google, yahoo, hotmail contacts api
i want to import addressbook contacts from Gmail, Windows Live, and Yahoo just like Facebook.
In facebook, when i click on Windows live importer, a popup comes with a login page of Windows live.
how ...
6
votes
5answers
5k views
Get contacts photo which are synced with facebook for android
I am trying to show contact pictures in my application but I am getting pictures of those who were added manually only and not those which are synced with facebook. How to work around this? Here is my ...
0
votes
1answer
899 views
syncing facebook friends with Contacts - Android
Facebook and Twitter made a sync option to sync my contacts list with my friends, so when I click on one of my synced contacts from the regular phone app, I get to see their last status, pictures, ...
0
votes
1answer
620 views
getting all contacts (including from other syncAdapters) in android content handler
private Cursor getContacts(CharSequence constraint) {
boolean hasConstrains = constraint != null && constraint.length() != 0;
Uri uri = ContactsContract.Contacts.CONTENT_URI;
...
3
votes
1answer
2k views
Copy android contacts' birthday to calendar
I'm an htc tattoo owner, and i'm watching for a way to copy contacts' birthday (retrieved from facebook) to the built-in calendar.
I'm not afraid to develop a custom app but i'll be more happy if ...
3
votes
5answers
8k views
Gmail,Yahoo, Facebook, Twitter contacts importer in PHP [closed]
Which is the greatest, cheapest application in PHP that I can buy to import Gmail, Yahoo, MSN, Facebook, Twitter contacts from my user's accounts if they wish to invite their friends?
I have gone ...