Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I would like to be able to upload a vcard and have it parsed into my application's Model.

I am thinking that Paperclip would be a way to upload, but I have no idea how to do the parse.

I did a search on google, the only library that seems related is vpim, with mixed commentary.

Wanted to see what brilliant ideas might be out there to solve this...thanks.

share|improve this question

1 Answer

up vote 1 down vote accepted

solved it using vpim

share|improve this answer
Would you mind explaining how? – swilliams Mar 2 '11 at 20:21
I used the module vpmi...check it out...and then used the methods fort . contac attribute (e.g contact name and so forth).....prolly not the most elegant but it works...great for vcards. – Angela Mar 6 '11 at 23:23

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.