[TIMOB-7481] Ti.API: Contacts.Person - add property to store and access social network details
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 1.8.2 |
Fix Version/s | n/a |
Components | TiAPI |
Labels | n/a |
Reporter | Ed Mediahack |
Assignee | Ingo Muschenetz |
Created | 2012-01-30T09:29:53.000+0000 |
Updated | 2015-04-13T20:09:49.000+0000 |
Description
Add social property to [Titanium.Contacts.Person](http://developer.appcelerator.com/apidoc/mobile/latest/Titanium.Contacts.Person-object.html) properties, to allow twitter, facebook, flickr, LinkedIn and Myspace usernames to be saved and queried.
See [TiContactsPerson.m](https://github.com/appcelerator/titanium_mobile/blob/master/iphone/Classes/TiContactsPerson.m) for current implementation on iOS.
This request for the functionality to be added to iOS, and Android if possible.
the same to access Facebook, Flickr, LinkedIn, Myspace Fields in an addressbook contact
I don't know if those other SNS are integrated into the addressbook as well as Twitter is, but if they are and can be added, it would be a good thing.
I have iOS version working... if interested.